fix(sservices/stalwart-mail): Fix firewall config typo
This commit is contained in:
parent
d2f311cbfc
commit
9046a53e3e
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [22 465 993];
|
networking.firewall.allowedTCPPorts = [25 465 993];
|
||||||
|
|
||||||
systemd.timers."stalwart-mail-update-certs" = {
|
systemd.timers."stalwart-mail-update-certs" = {
|
||||||
wantedBy = ["timers.target"];
|
wantedBy = ["timers.target"];
|
||||||
|
|
Loading…
Reference in a new issue