forked from CCCHH/nix-infra
9 lines
153 B
Nix
9 lines
153 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.nginx.enable = true;
|
|
|
|
networking.firewall.allowedTCPPorts = [ 8443 31820 ];
|
|
networking.firewall.allowedUDPPorts = [ 8443 ];
|
|
}
|