diff --git a/modules/networking/firewall.nix b/modules/networking/firewall.nix index 355a5c5..f0db1b5 100644 --- a/modules/networking/firewall.nix +++ b/modules/networking/firewall.nix @@ -6,7 +6,7 @@ networking.firewall = { enable = true; allowPing = true; - allowedTCPPorts = [ 53 80 443 ]; + allowedTCPPorts = [ 53 80 443 2283 ]; allowedUDPPorts = [ 53 443 ]; }; };