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

8 lines
102 B
Nix
Raw Normal View History

2024-06-08 09:17:08 +00:00
{
networking.firewall.allowedTCPPorts = [ 80 443 ];
services.nginx = {
enable = true;
};
}