From 8010cc574ea309728f5c7d3fd1cb08252f0111f5 Mon Sep 17 00:00:00 2001 From: Florian Preinstorfer Date: Sun, 19 Oct 2025 15:41:32 +0200 Subject: [PATCH] Remove outdated hint about an empty config file --- docs/ref/remote-cli.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/ref/remote-cli.md b/docs/ref/remote-cli.md index 10c7534f..61df67fd 100644 --- a/docs/ref/remote-cli.md +++ b/docs/ref/remote-cli.md @@ -67,12 +67,6 @@ headscale apikeys expire --prefix "" export HEADSCALE_CLI_API_KEY="" ``` - !!! bug - - Headscale currently requires at least an empty configuration file when environment variables are used to - specify connection details. See [issue 2193](https://github.com/juanfont/headscale/issues/2193) for more - information. - This instructs the `headscale` binary to connect to a remote instance at `:`, instead of connecting to the local instance.