From e5d81fe1cac571e103c55f8b236d4218177c27fc Mon Sep 17 00:00:00 2001 From: Jet Date: Mon, 6 Apr 2026 22:03:07 -0700 Subject: [PATCH] fix: unpin the exit node --- configuration.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index 5029856..99c1df1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -33,10 +33,6 @@ services.tailscale = { enable = true; - extraSetFlags = [ - "--exit-node=100.66.72.23" - "--exit-node-allow-lan-access" - ]; }; systemd.services.tailscale-set-operator = {