This commit is contained in:
Till 2025-12-15 18:19:39 +01:00
parent ad5ba0eb46
commit d564bd5d0f
3 changed files with 11 additions and 1 deletions

View file

@ -7,4 +7,10 @@
./dovecot.nix
./roundcube.nix
];
security.acme.certs."${config.networking.domain}".reloadServices = [
"nginx"
"dovecot2"
"postfix"
];
}