reload mail services upon acme renew
This commit is contained in:
parent
a44c2e04e2
commit
a9b8875563
|
@ -198,4 +198,10 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
security.acme.certs."${domain}" = {
|
||||||
|
reloadServices = [
|
||||||
|
"postfix.service"
|
||||||
|
"dovecot2.service"
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue