Still giving back a few ports to nginx

This commit is contained in:
Julien Malka 2021-12-26 15:58:55 +01:00
parent 9f72072285
commit 728e9f9623

View file

@ -13,6 +13,7 @@ in {
config = mkIf cfg.enable {
networking.firewall.allowedTCPPorts = [ 80 443 ];
security.acme.email = "${cfg.email}";
security.acme.acceptTerms = true;
users.groups.nginx = { name = "nginx"; };