diff --git a/nixos/common/services/forgejo-runner.nix b/nixos/common/services/forgejo-runner.nix index 3142c4a6..8e5f9030 100644 --- a/nixos/common/services/forgejo-runner.nix +++ b/nixos/common/services/forgejo-runner.nix @@ -9,7 +9,7 @@ }; services.gitea-actions-runner = { - package = pkgs.forgejo-actions-runner; + package = pkgs.gitea-actions-runner; instances."${hostname}" = { enable = true; name = "${hostname}";