open up zerotier ports

This commit is contained in:
Jörg Thalheim 2024-01-10 18:21:37 +01:00 committed by Mic92
parent 46da9eb5db
commit 7a4b176248

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 = {