fix worker count buildbot

This commit is contained in:
Luj 2023-11-26 00:20:38 +01:00
parent 4d25071d58
commit cc9c6dc3d3

View file

@ -56,6 +56,7 @@ in
};
};
systemd.services.buildbot-worker.environment.WORKER_COUNT = "14";
services.buildbot-nix.worker = {
enable = true;
workerPasswordFile = config.sops.secrets.buildbot-nix-worker-password.path;