Merge pull request #39 from eqyiel/delete-comment

mail-server/nginx.nix: delete dangling comment
This commit is contained in:
Robin Raymond 2017-11-19 08:37:32 +01:00 committed by GitHub
commit 8b144b44b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
'';
# };
}; };
} }