From 8abfa4dd40ebc7d60092d4bea8f72a36f80edbb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Thu, 16 Apr 2026 21:26:59 -0300 Subject: [PATCH] monolith: decrease number of gitlab runners --- hosts/monolith/monolith-gitlab-runner.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/monolith/monolith-gitlab-runner.nix b/hosts/monolith/monolith-gitlab-runner.nix index 8de40bc..87983a1 100644 --- a/hosts/monolith/monolith-gitlab-runner.nix +++ b/hosts/monolith/monolith-gitlab-runner.nix @@ -15,7 +15,7 @@ in virtualisation.docker.enable = true; services.gitlab-runner = { enable = true; - settings.concurrent = 8; + settings.concurrent = 4; services = { # runner for building in docker via host's nix-daemon # nix store will be readable in runner, might be insecure