diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index fa959f8..1bce714 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -148,6 +148,10 @@ in }; }; + environment.systemPackages = with pkgs; [ + nodejs_21 + ]; + services.gitea-actions-runner.instances.main = { enable = true; url = "https://git.cloonar.com";