diff --git a/machines/storage01/gitea-actions-runner.nix b/machines/storage01/gitea-actions-runner.nix index 71796a7..e48d207 100644 --- a/machines/storage01/gitea-actions-runner.nix +++ b/machines/storage01/gitea-actions-runner.nix @@ -25,6 +25,18 @@ in { settings = { container.network = "host"; }; }; + + runner02 = { + enable = true; + + inherit url; + token = "m0rUDBxxkMb6xLTmPFwIieHswJFROqPFByPlT3V9"; + name = "storage01 [debian]"; + + labels = [ "debian-latest:docker://node:20-bookworm" ]; + + settings = { container.network = "host"; }; + }; }; };