mail-server/nginx.nix: delete dangling comment

This commit is contained in:
Ruben Maher 2017-11-19 08:14:04 +10:30
parent 50a3fa9edc
commit 5f3c44b60f
1 changed files with 6 additions and 10 deletions

View File

@ -34,15 +34,11 @@ in
acmeRoot = acmeRoot; acmeRoot = acmeRoot;
}; };
}; };
security.acme.certs."${cfg.fqdn}".postRun = #{
# domain = "${cfg.fqdn}"; security.acme.certs."${cfg.fqdn}".postRun = ''
# webroot = acmeRoot; systemctl reload nginx
# postRun = systemctl reload postfix
'' systemctl reload dovecot2
systemctl reload nginx '';
systemctl reload postfix
systemctl reload dovecot2
'';
# };
}; };
} }