aboutsummaryrefslogtreecommitdiff
path: root/profiles/tailscale.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--profiles/tailscale.nix9
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";
-}