monolith: use nproc as gitlab runner count

This commit is contained in:
Leonardo Eugênio 2024-10-17 20:31:28 -03:00
parent feafc57514
commit a4ebb60595

View file

@ -12,7 +12,7 @@ in
virtualisation.docker.enable = true;
services.gitlab-runner = {
enable = true;
settings.concurrent = 4;
settings.concurrent = 12;
services = {
# runner for building in docker via host's nix-daemon
# nix store will be readable in runner, might be insecure