add mangal patch to help with ram

This commit is contained in:
Kopatz
2024-12-28 13:57:45 +01:00
parent 2a2c3d5a14
commit ea6da30fee
6 changed files with 30 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ in {
useStepCa = false; # config.services.step-ca.enable;
useHttps = cfg.https;
baseDir = cfg.dir;
mangal = "${pkgs.mangal}/bin/mangal";
mangal = "${pkgs.mangal-patched}/bin/mangal";
githubRunnerEnabled = config.services.github-runners ? oberprofis.enable;
in lib.mkIf cfg.enable {
networking.firewall.allowedTCPPorts = [ 5000 ];