fix worker count buildbot

This commit is contained in:
Julien Malka 2023-11-26 00:20:38 +01:00
parent 714248f86a
commit 97250c66cc
Signed by: Luj
GPG key ID: 6FC74C847011FD83

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;