add nodejs to gitea runner

This commit is contained in:
2023-12-06 17:36:55 +01:00
parent 847ae4a2db
commit 97198e7404

View File

@@ -148,6 +148,10 @@ in
};
};
environment.systemPackages = with pkgs; [
nodejs_21
];
services.gitea-actions-runner.instances.main = {
enable = true;
url = "https://git.cloonar.com";