forked from nyanloutre/nixos-config
Redémarage dovecot après nouveaux certificats
This commit is contained in:
parent
d570d18342
commit
946d125ade
2 changed files with 6 additions and 1 deletions
|
@ -113,7 +113,9 @@ in
|
|||
email = "paul@nyanlout.re";
|
||||
user = "haproxy";
|
||||
group = "haproxy";
|
||||
postRun = "systemctl reload haproxy";
|
||||
postRun = ''
|
||||
systemctl reload haproxy.service
|
||||
'';
|
||||
};
|
||||
};
|
||||
security.acme.directory = "/var/lib/acme";
|
||||
|
|
|
@ -60,6 +60,9 @@ in
|
|||
extraDomains = {
|
||||
"mail.${cfg.domaine}" = null;
|
||||
};
|
||||
postRun = ''
|
||||
systemctl reload dovecot2.service
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue