diff --git a/modules/core/network.nix b/modules/core/network.nix index ad5353d..3cda36a 100644 --- a/modules/core/network.nix +++ b/modules/core/network.nix @@ -6,8 +6,8 @@ nameservers = [ "1.1.1.1" ]; firewall = { enable = true; - allowedTCPPorts = [ 22 80 443 7777 59010 59011 ]; - allowedUDPPorts = [ 7777 59010 59011 ]; + allowedTCPPorts = [ 22 80 443 59010 59011 ]; + allowedUDPPorts = [ 59010 59011 ]; # allowedUDPPortRanges = [ # { from = 4000; to = 4007; } # { from = 8000; to = 8010; }