diff --git a/nixos/common/services/tailscale.nix b/nixos/common/services/tailscale.nix index 9363454c..d5fc8cdc 100644 --- a/nixos/common/services/tailscale.nix +++ b/nixos/common/services/tailscale.nix @@ -4,9 +4,9 @@ enable = true; interfaceName = "tailscale0"; extraUpFlags = [ - --login-server='https://headscale.sysctl.io' - --accept-dns - --accept-routes + login-server='https://headscale.sysctl.io' + accept-dns + accept-routes ]; }; networking.firewall.interfaces.tailscale0.allowedTCPPorts = [ 22 ];