mailsystem: Add minimal dovecot configuration

This commit is contained in:
Thomas Preisner 2024-11-30 19:35:15 +01:00
parent 56feea5754
commit bc01d4d2d0
4 changed files with 309 additions and 0 deletions

View file

@ -16,5 +16,9 @@ in {
};
networking.firewall.allowedTCPPorts = lib.optionals cfg.openFirewall [80 443];
security.acme.certs."${cfg.fqdn}".reloadServices = [
"dovecot2.service"
];
};
}