This commit is contained in:
soraefir
2026-05-22 00:42:42 +02:00
parent 4e31a9f54a
commit 1b05194939

View File

@@ -13,7 +13,7 @@
allowedTCPPorts =
(if (config.syscfg.server != false && config.syscfg.server.web) then [ 80 443 22 ] else [ ]) ++
(if (config.syscfg.server != false) then [ 5432 6379 ] else [ ]) ++
(if (config.syscfg.server != false) then [ 5432 6379 8181 ] else [ ]) ++
[ ];
};
};