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

8 lines
102 B
Nix
Raw Permalink Normal View History

2023-04-12 12:47:22 +00:00
{
networking.firewall.allowedTCPPorts = [ 80 443 ];
services.nginx = {
enable = true;
};
}