Still giving back a few ports to nginx

This commit is contained in:
Julien Malka 2021-12-26 15:58:55 +01:00
parent f43552916f
commit bfe9c8d31d
No known key found for this signature in database
GPG key ID: 3C68E13964FEA07F

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"; };