1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +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;
serverSystemConfiguration {
networking.firewall.allowedTCPPorts = [ 80 443 ];
services.nginx = enabled {
recommendedGzipSettings = true;
recommendedOptimisation = true;