From c7e9c56abc26fe6ada7d2791cc1fabb1f854cbe3 Mon Sep 17 00:00:00 2001 From: June Date: Fri, 24 Oct 2025 22:02:09 +0200 Subject: [PATCH] forgejo-actions-runner: increase runner capacity to 4 --- .../hosts/forgejo-actions-runner/forgejo-actions-runner.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/hosts/forgejo-actions-runner/forgejo-actions-runner.nix b/config/hosts/forgejo-actions-runner/forgejo-actions-runner.nix index df8bef5..24e1472 100644 --- a/config/hosts/forgejo-actions-runner/forgejo-actions-runner.nix +++ b/config/hosts/forgejo-actions-runner/forgejo-actions-runner.nix @@ -14,6 +14,11 @@ url = "https://git.hamburg.ccc.de/"; tokenFile = "/run/secrets/forgejo_actions_runner_registration_token"; labels = [ "docker:docker://node:current-bookworm" ]; + settings = { + runner = { + capacity = 4; + }; + }; }; };