mailsystem: Add minimal dovecot configuration
This commit is contained in:
parent
56feea5754
commit
bc01d4d2d0
4 changed files with 309 additions and 0 deletions
|
|
@ -16,5 +16,9 @@ in {
|
|||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = lib.optionals cfg.openFirewall [80 443];
|
||||
|
||||
security.acme.certs."${cfg.fqdn}".reloadServices = [
|
||||
"dovecot2.service"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue