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