add nodejs to gitea runner
This commit is contained in:
parent
847ae4a2db
commit
97198e7404
1 changed files with 4 additions and 0 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue