From 6497e4e4b3a8a459a280db8b13a6d75dd02914ef Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Fri, 11 Oct 2024 10:59:49 +0200 Subject: [PATCH] nixos/tailscale: document tailscale-autoconnect (cherry picked from commit 233d422887dd66530e2b6234f1ee39f0aec79ee1) --- nixos/modules/services/networking/tailscale.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/networking/tailscale.nix b/nixos/modules/services/networking/tailscale.nix index 1b017dc30a2a..6bbdf418464e 100644 --- a/nixos/modules/services/networking/tailscale.nix +++ b/nixos/modules/services/networking/tailscale.nix @@ -57,6 +57,7 @@ in { example = "/run/secrets/tailscale_key"; description = '' A file containing the auth key. + Tailscale will be automatically started if provided. ''; };