mailsystem: Add basic postfix configuration
This commit is contained in:
parent
bc01d4d2d0
commit
b7fac23bd1
3 changed files with 268 additions and 1 deletions
|
|
@ -18,6 +18,7 @@ in {
|
|||
networking.firewall.allowedTCPPorts = lib.optionals cfg.openFirewall [80 443];
|
||||
|
||||
security.acme.certs."${cfg.fqdn}".reloadServices = [
|
||||
"postfix.service"
|
||||
"dovecot2.service"
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue