Updated newton to 22.05

This commit is contained in:
Luj 2022-06-04 10:12:47 +02:00
parent 8b60c12a50
commit 3c1f616e23
Signed by: luj
GPG key ID: 6FC74C847011FD83
6 changed files with 59 additions and 55 deletions

View file

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