Open Jabber ports if it's enabled

This commit is contained in:
niten 2021-12-13 08:39:06 -08:00
parent a6cae4dd47
commit 20ee2b6f06
1 changed files with 4 additions and 0 deletions

View File

@ -196,6 +196,10 @@ in {
};
};
networking.firewall = {
allowedTCPPorts = [ 5222 5223 5269 8010 ];
};
fudo = {
acme.host-domains.${hostname} = mapAttrs (site: siteCfg:
mkIf siteCfg.enableACME {