mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-01-13 15:56:33 +01:00
nginx.nix: don't reload nginx
Fixes #227 Reloading nginx manually is actually not needed (see nginx-config-reload.service) and causes deadlocks.
This commit is contained in:
parent
9d3a87905e
commit
a13526a6e3
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ in
|
|||
};
|
||||
|
||||
security.acme.certs."${cfg.fqdn}".postRun = ''
|
||||
systemctl reload nginx
|
||||
systemctl reload postfix
|
||||
systemctl reload dovecot2
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue