From a59aebb4834262c549a4260d0164ae1c9f895384 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 3 Sep 2024 18:02:42 -0700 Subject: tailscale --- modules/networking/firewall.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'modules/networking') diff --git a/modules/networking/firewall.nix b/modules/networking/firewall.nix index 8077042..d389bff 100644 --- a/modules/networking/firewall.nix +++ b/modules/networking/firewall.nix @@ -3,17 +3,11 @@ enable = true; allowedUDPPorts = [ 53 ]; allowPing = false; + trustedInterfaces = [ "tailscale0" ]; allowedTCPPorts = [ 80 443 ]; - - allowedUDPPortRanges = [ - { - from = 60000; - to = 61000; - } - ]; }; } -- cgit v1.2.3