From 97198e7404974f697ecbe574a73a6672210f4ccc Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Wed, 6 Dec 2023 17:36:55 +0100 Subject: [PATCH] add nodejs to gitea runner --- hosts/fw.cloonar.com/modules/gitea.nix | 4 ++++ 1 file changed, 4 insertions(+) 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";