From f59f7999480b5b46ab9ca64465178b39df578662 Mon Sep 17 00:00:00 2001 From: sadan <117494111+sadan4@users.noreply.github.com> Date: Fri, 21 Feb 2025 22:08:59 -0500 Subject: [PATCH] guh?? --- common/systemModules/tailscaleServer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/systemModules/tailscaleServer.nix b/common/systemModules/tailscaleServer.nix index 8b89036..6f589f0 100644 --- a/common/systemModules/tailscaleServer.nix +++ b/common/systemModules/tailscaleServer.nix @@ -4,7 +4,7 @@ tailscale = { enable = true; authKeyFile = config.sops.secrets.tailscale_server_key.path; - extraSetFlags = [ "--advertise-exit-node" ]; + extraSetFlags = [ "--advertise-exit-node=true" ]; }; }; }