Fix hanging on maddy update
This commit is contained in:
parent
c41c05f45a
commit
1820b0f958
2 changed files with 10 additions and 3 deletions
|
@ -60,6 +60,7 @@
|
|||
sops.secrets.mail-users = { owner = "maddy"; };
|
||||
cloud.mail = {
|
||||
enable = true;
|
||||
debug = true;
|
||||
tls.certFile = "${config.cloud.traefik.certsDumper.destination}/${config.cloud.mail.hostname}/certificate.crt";
|
||||
tls.keyFile = "${config.cloud.traefik.certsDumper.destination}/${config.cloud.mail.hostname}/privatekey.key";
|
||||
usersFile = config.sops.secrets.mail-users.path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue