diff --git a/hosts/Alaska/modules/tailscale.nix b/hosts/Alaska/modules/tailscale.nix index 9e2b8ae..fb65aaf 100644 --- a/hosts/Alaska/modules/tailscale.nix +++ b/hosts/Alaska/modules/tailscale.nix @@ -18,6 +18,6 @@ networking.firewall = { checkReversePath = "loose"; trustedInterfaces = [ "tailscale0" ]; - allowedUDPPorts = [ config.services.tailscale.port ]; + allowedUDPPorts = [ config.services.tailscale.port 41641 ]; }; }