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