From 3aa2c92d9869d8055b1b38478f4ba1d56a8fa979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 12 Mar 2024 16:56:48 +0100 Subject: [PATCH] reduce number of actions runner --- modules/web01/gitea/actions-runner.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/web01/gitea/actions-runner.nix b/modules/web01/gitea/actions-runner.nix index f28f18c..cf7d5b3 100644 --- a/modules/web01/gitea/actions-runner.nix +++ b/modules/web01/gitea/actions-runner.nix @@ -12,7 +12,7 @@ let mkdir -p $out/etc/ssl/certs cp -a "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt" $out/etc/ssl/certs/ca-bundle.crt ''; - numInstances = 10; + numInstances = 2; in lib.mkMerge [{ # everything here has no dependencies on the store