From 129db0f841dbae790778a6b7cd398bca0381616d Mon Sep 17 00:00:00 2001 From: Satria Date: Sat, 14 Mar 2026 10:08:48 +0700 Subject: [PATCH] add nodejs to runner --- modules/system/homelab/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/homelab/git.nix b/modules/system/homelab/git.nix index c0d0ff1..360f002 100644 --- a/modules/system/homelab/git.nix +++ b/modules/system/homelab/git.nix @@ -60,7 +60,7 @@ url = "https://git.proxy.${homelab.domain}"; tokenFile = "/root/forgejo-token-runner"; labels = [ "nixos-server" ]; - hostPackages = with pkgs; [ bash coreutils git nix ]; + hostPackages = with pkgs; [ bash coreutils git nix nodejs ]; }; }; }