nix-infra/config/hosts/public-web-static/nginx.nix

9 lines
153 B
Nix
Raw Normal View History

{ ... }:
{
services.nginx.enable = true;
networking.firewall.allowedTCPPorts = [ 8443 31820 ];
networking.firewall.allowedUDPPorts = [ 8443 ];
}