From 312e50e2730261c426143d5681092878e5dc9424 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 31 Aug 2023 20:28:09 +0900 Subject: [PATCH] test --- nixos/common/services/tailscale.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ];