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;