From 644a12795cbfcf7fc24dc608a7326a29e4ff4b8b Mon Sep 17 00:00:00 2001 From: Luna Date: Sun, 27 Oct 2024 16:27:25 -0400 Subject: [PATCH] Update server/nginx.nix --- server/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; }