monolith: reduce parallel ci jobs

This commit is contained in:
Leonardo Eugênio 2025-08-12 09:51:56 -03:00
parent 53996693ad
commit 2057831d36

View file

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