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;
};
};
security.acme.certs."${cfg.fqdn}".postRun = #{
# domain = "${cfg.fqdn}";
# webroot = acmeRoot;
# postRun =
''
systemctl reload nginx
systemctl reload postfix
systemctl reload dovecot2
'';
# };
security.acme.certs."${cfg.fqdn}".postRun = ''
systemctl reload nginx
systemctl reload postfix
systemctl reload dovecot2
'';
};
}