diff options
Diffstat (limited to 'profiles/tailscale.nix')
-rw-r--r-- | profiles/tailscale.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/profiles/tailscale.nix b/profiles/tailscale.nix deleted file mode 100644 index 61c1a38..0000000 --- a/profiles/tailscale.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ ... }: -{ - services.tailscale.enable = true; - networking.firewall.trustedInterfaces = [ "tailscale0" ]; - networking.firewall.checkReversePath = "loose"; -} |