diff --git a/nixos/common/services/forgejo-runner.nix b/nixos/common/services/forgejo-runner.nix index 6b82a7a6..b5b1b3c8 100644 --- a/nixos/common/services/forgejo-runner.nix +++ b/nixos/common/services/forgejo-runner.nix @@ -9,13 +9,17 @@ }; services.gitea-actions-runner = { - package = pkgs.gitea-actions-runner; + package = pkgs.forgejo-actions-runner; instances."${hostname}" = { enable = true; name = "${hostname}"; labels = [ "self-hosted:host://-self-hosted" ]; url = "https://git.sysctl.io"; tokenFile = /run/secrets/services/forgejo_token; - }; + hostPackages = with pkgs [ + sudo + coreutils + tailscale + ]; }; } \ No newline at end of file