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