add nodejs to runner
Some checks failed
Activate NixOS Configuration On Push / deploy (push) Failing after 1s

This commit is contained in:
Satria 2026-03-14 10:08:48 +07:00
commit 129db0f841

View file

@ -60,7 +60,7 @@
url = "https://git.proxy.${homelab.domain}"; url = "https://git.proxy.${homelab.domain}";
tokenFile = "/root/forgejo-token-runner"; tokenFile = "/root/forgejo-token-runner";
labels = [ "nixos-server" ]; labels = [ "nixos-server" ];
hostPackages = with pkgs; [ bash coreutils git nix ]; hostPackages = with pkgs; [ bash coreutils git nix nodejs ];
}; };
}; };
} }