diff --git a/hosts/raptus/forgejo-runner.nix b/hosts/raptus/forgejo-runner.nix index 96b2a1f..160dd64 100644 --- a/hosts/raptus/forgejo-runner.nix +++ b/hosts/raptus/forgejo-runner.nix @@ -25,21 +25,21 @@ in "debian-latest:docker://node:18-bullseye" "ubuntu-latest:docker://node:18-bullseye" ]; - }; - settings = { - runner = { - capacity = 2; - timeout = "2h"; + settings = { + runner = { + capacity = 2; + timeout = "2h"; - shutdown_timeout = "5s"; - }; + shutdown_timeout = "5s"; + }; - cache.enabled = true; + cache.enabled = true; - container = { - force_pull = false; - force_rebuild = false; + container = { + force_pull = false; + force_rebuild = false; + }; }; }; };