mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
added tailscale udp port
This commit is contained in:
parent
0417c202a2
commit
67e7fe773f
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@
|
|||
networking.firewall = {
|
||||
checkReversePath = "loose";
|
||||
trustedInterfaces = [ "tailscale0" ];
|
||||
allowedUDPPorts = [ config.services.tailscale.port ];
|
||||
allowedUDPPorts = [ config.services.tailscale.port 41641 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue