monolith: update gitlab concurrent runners

This commit is contained in:
Leonardo Eugênio 2025-09-05 19:18:35 -03:00
parent 2f7572839f
commit 74de7c937f

View file

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