From 1fdfd7e0a77586ad1c847400712f6625e52c8d6b Mon Sep 17 00:00:00 2001 From: buffet Date: Tue, 14 May 2024 20:48:36 +0200 Subject: [PATCH] feat: reduce number of forgejo action runners to 1 While 2 is cool because huge actions don't block this has been affecting my server too much. --- hosts/ami/forgejo-action-runner.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ami/forgejo-action-runner.nix b/hosts/ami/forgejo-action-runner.nix index f79e201..2f20807 100644 --- a/hosts/ami/forgejo-action-runner.nix +++ b/hosts/ami/forgejo-action-runner.nix @@ -4,7 +4,7 @@ pkgs, ... }: let - numRunners = 2; + numRunners = 1; in { age.secrets.kitchen-runner-token = { file = ../../secrets/kitchen-runner-token.age;