fix: try to fix acme

This commit is contained in:
2025-04-29 00:28:15 +02:00
parent c556152e28
commit 45fd68962e

View File

@@ -94,7 +94,7 @@ in
services.nginx.enable = true;
services.nginx.virtualHosts."${domain}" = {
enableACME = true;
root = "/var/www";
forceSSL = true;
extraConfig = ''
proxy_buffering off;
@@ -111,9 +111,9 @@ in
};
security.acme.certs."${domain}" = {
user = "nginx";
group = "ssl-users";
email = "acme@cloonar.com";
webroot = "/var/www";
};
users.groups.ssl-users = {};