1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-08-01 13:37:49 +00:00

Fix openFirewall setting

This commit is contained in:
RGBCube 2024-01-08 23:25:37 +03:00
parent 9ffa4d63aa
commit 7e67fdc427
No known key found for this signature in database

View file

@ -220,7 +220,7 @@
};
networking.firewall.allowedTCPPorts =
optionals cfg.openFirewall [ cfg.port ];
optionals cfg.openFirewall [ cfg.httpPort cfg.httpsPort ];
};
};
});