gitlab: update concurrent count

This commit is contained in:
Leonardo Eugênio 2026-01-20 13:45:01 -03:00
parent 16196d7204
commit ba13cb569d
2 changed files with 2 additions and 2 deletions

View file

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