update to nixos-20.09

This commit is contained in:
Daniel Frank 2020-10-19 20:48:27 +02:00
commit 0517d82dd5
Signed by: tokudan
GPG key ID: 063CCCAD04182D32
2 changed files with 0 additions and 3 deletions

View file

@ -119,9 +119,7 @@ in
security = lib.mkIf config.variables.useSSL {
acme.certs."dovecot2.${config.variables.myFQDN}" = {
domain = "${config.variables.myFQDN}";
user = config.services.nginx.user;
group = config.services.dovecot2.group;
allowKeysForGroup = true;
postRun = "systemctl restart dovecot2.service";
# cheat by getting the webroot from another certificate configured through nginx.
webroot = config.security.acme.certs."${config.variables.myFQDN}".webroot;