monolith: reduce concurrent gitlab runners

This commit is contained in:
Leonardo Eugênio 2025-11-06 23:05:36 -03:00
parent 9f04dda7e6
commit 67b82351a6

View file

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