From 67e7fe773f12aaf64036025175814e4450b84724 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sat, 11 Nov 2023 09:33:45 -0800 Subject: [PATCH] added tailscale udp port --- hosts/Alaska/modules/tailscale.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; }