diff --git a/nixos/common/services/tailscale.nix b/nixos/common/services/tailscale.nix index d5fc8cdc..4127689f 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 ];