diff --git a/nixos/common/services/forgejo-runner.nix b/nixos/common/services/forgejo-runner.nix index 882157bf..99cb9480 100644 --- a/nixos/common/services/forgejo-runner.nix +++ b/nixos/common/services/forgejo-runner.nix @@ -6,7 +6,8 @@ sopsFile = ../../../secrets/secrets.yaml; }; - services.forgejo-actions-runner.instances."${hostname}" = { + services.gitea-actions-runner.instances."${hostname}" = { + package = pkgs.forgejo-actions-runner; enable = true; name = "${hostname}"; labels = [ "nixos" ];