add nodejs to gitea runner
This commit is contained in:
@@ -148,6 +148,10 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
nodejs_21
|
||||||
|
];
|
||||||
|
|
||||||
services.gitea-actions-runner.instances.main = {
|
services.gitea-actions-runner.instances.main = {
|
||||||
enable = true;
|
enable = true;
|
||||||
url = "https://git.cloonar.com";
|
url = "https://git.cloonar.com";
|
||||||
|
|||||||
Reference in New Issue
Block a user