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

8 lines
102 B
Nix
Raw Normal View History

2024-02-10 18:26:29 +00:00
{
networking.firewall.allowedTCPPorts = [ 80 443 ];
services.nginx = {
enable = true;
};
}