diff --git a/nixos/common/services/forgejo-runner.nix b/nixos/common/services/forgejo-runner.nix index f94332f2..08c133e0 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.gitea-actions-runner; + package = pkgs.forgejo-actions-runner; instances."${hostname}" = { enable = true; name = "${hostname}";