aboutsummaryrefslogtreecommitdiff
path: root/profiles/tailscale.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-11-09 13:32:55 -0800
committerFranck Cuny <franck@fcuny.net>2025-11-09 13:32:55 -0800
commitd5577bed10ca45cfedfd142d8aeba0a0b028d2b5 (patch)
tree83d5467a2966eaab33dc4476e6aa4e37ae1df404 /profiles/tailscale.nix
parentinstall kitty terminfo on servers (diff)
downloadinfra-d5577bed10ca45cfedfd142d8aeba0a0b028d2b5.tar.gz
remove tailscale configuration
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";
-}