diff --git a/server/nginx.nix b/server/nginx.nix index 8070a2b..330f0a0 100644 --- a/server/nginx.nix +++ b/server/nginx.nix @@ -92,6 +92,6 @@ # Open HTTP and HTTPS ports networking.firewall = { - allowedTCPPorts = [ 80 443 ]; + allowedTCPPorts = [ 80 443 1935 ]; }; }