added tailscale udp port

This commit is contained in:
Nickiel12 2023-11-11 09:33:45 -08:00
parent 0417c202a2
commit 67e7fe773f

View file

@ -18,6 +18,6 @@
networking.firewall = {
checkReversePath = "loose";
trustedInterfaces = [ "tailscale0" ];
allowedUDPPorts = [ config.services.tailscale.port ];
allowedUDPPorts = [ config.services.tailscale.port 41641 ];
};
}