infrastructure/hosts/nyx.lewd.wtf/services/nginx.nix

8 lines
102 B
Nix

{
networking.firewall.allowedTCPPorts = [ 80 443 ];
services.nginx = {
enable = true;
};
}