fix: change acme handling
This commit is contained in:
parent
f59c0d82a0
commit
092b7e5c49
1 changed files with 1 additions and 1 deletions
|
|
@ -94,6 +94,7 @@ in
|
|||
|
||||
services.nginx.enable = true;
|
||||
services.nginx.virtualHosts."${domain}" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
extraConfig = ''
|
||||
proxy_buffering off;
|
||||
|
|
@ -111,7 +112,6 @@ in
|
|||
|
||||
security.acme.certs."${domain}" = {
|
||||
group = "ssl-users";
|
||||
allowKeysForGroup = true;
|
||||
};
|
||||
|
||||
users.groups.ssl-users = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue