Merge pull request #39 from eqyiel/delete-comment
mail-server/nginx.nix: delete dangling comment
This commit is contained in:
commit
8b144b44b0
|
@ -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
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue