Update server/nginx.nix

This commit is contained in:
Luna 2024-10-27 16:27:25 -04:00
parent 404a561d6c
commit 644a12795c

View file

@ -92,6 +92,6 @@
# Open HTTP and HTTPS ports
networking.firewall = {
allowedTCPPorts = [ 80 443 ];
allowedTCPPorts = [ 80 443 1935 ];
};
}