Merge pull request 'open up zerotier ports' (#705) from Mic92-wayland-update into main
All checks were successful
checks-impure / test (push) Successful in 1m20s
checks / test (push) Successful in 2m26s

Reviewed-on: #705
This commit is contained in:
Mic92 2024-01-10 17:24:41 +00:00
commit 14f83efcc9

View File

@ -123,6 +123,10 @@ in
networking.firewall.interfaces."zt+".allowedTCPPorts = [ 5353 ]; # mdns
networking.firewall.interfaces."zt+".allowedUDPPorts = [ 5353 ]; # mdns
networking.firewall.allowedTCPPorts = [ 9993 ]; # zerotier
networking.firewall.allowedUDPPorts = [ 9993 ]; # zerotier
networking.networkmanager.unmanaged = [ "interface-name:zt*" ];
services.zerotierone = {