mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Open ports
This commit is contained in:
parent
dcbfbf293f
commit
39d309d6ea
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
{ lib, ulib, pkgs, ... }: with ulib;
|
||||
|
||||
serverSystemConfiguration {
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
|
||||
services.nginx = enabled {
|
||||
recommendedGzipSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue