Open Jabber ports if it's enabled
This commit is contained in:
@@ -196,6 +196,10 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.firewall = {
|
||||||
|
allowedTCPPorts = [ 5222 5223 5269 8010 ];
|
||||||
|
};
|
||||||
|
|
||||||
fudo = {
|
fudo = {
|
||||||
acme.host-domains.${hostname} = mapAttrs (site: siteCfg:
|
acme.host-domains.${hostname} = mapAttrs (site: siteCfg:
|
||||||
mkIf siteCfg.enableACME {
|
mkIf siteCfg.enableACME {
|
||||||
|
|||||||
Reference in New Issue
Block a user