diff options
| author | Peder Bergebakken Sundt <pbsds@hotmail.com> | 2024-10-11 10:59:49 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-10-21 04:33:28 +0000 |
| commit | 6497e4e4b3a8a459a280db8b13a6d75dd02914ef (patch) | |
| tree | c1e50bf181c198a69eb923d5f6d5835c02cde56f | |
| parent | [Backport release-24.05] skypeforlinux: 8.129.0.202 -> 8.130.0.205 (#350102) (diff) | |
| download | nixpkgs-origin/backport-347881-to-release-24.05.tar.gz | |
nixos/tailscale: document tailscale-autoconnectorigin/backport-347881-to-release-24.05
(cherry picked from commit 233d422887dd66530e2b6234f1ee39f0aec79ee1)
| -rw-r--r-- | nixos/modules/services/networking/tailscale.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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. ''; }; |
