diff --git a/modules/ci-runners.nix b/modules/ci-runners.nix index 73f8674..6de90b5 100644 --- a/modules/ci-runners.nix +++ b/modules/ci-runners.nix @@ -45,6 +45,7 @@ in { extraPackages = ci-packages; }; + services.gitea-actions-runner.package = pkgs.forgejo-runner; services.gitea-actions-runner.instances.nix = { enable = true; name = config.networking.hostName;