add ports open to server firewall config

This commit is contained in:
2025-01-29 01:32:03 +01:00
parent 9af13c680a
commit 36b3527e65

View File

@ -17,8 +17,8 @@
];
boot.supportedFilesystems = [ "zfs" ];
networking.firewall.allowedTCPPorts = [80 443 5000 8083];
networking.firewall.allowedUDPPorts = [80 443 5000 8083];
networking.firewall.allowedTCPPorts = [80 443 5000 8083 137 138 139 445 548 3702 5357];
networking.firewall.allowedUDPPorts = [80 443 5000 8083 137 138 139 445 548 3702 5357];
networking = {
interfaces.eth0.ipv4.addresses = [ {