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

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