1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-08-01 12:37:46 +00:00

Open ports

This commit is contained in:
RGBCube 2024-01-10 12:12:02 +03:00
parent dcbfbf293f
commit 39d309d6ea
No known key found for this signature in database

View file

@ -1,6 +1,8 @@
{ lib, ulib, pkgs, ... }: with ulib; { lib, ulib, pkgs, ... }: with ulib;
serverSystemConfiguration { serverSystemConfiguration {
networking.firewall.allowedTCPPorts = [ 80 443 ];
services.nginx = enabled { services.nginx = enabled {
recommendedGzipSettings = true; recommendedGzipSettings = true;
recommendedOptimisation = true; recommendedOptimisation = true;