Forgejo pkgs for worker

This commit is contained in:
Aleksandr Lebedev 2025-10-10 23:28:50 +02:00
parent 5e118b4063
commit c886f6c7e3

View file

@ -69,6 +69,13 @@ in {
tokenFile = config.sops.secrets."services/forgejo/runner".path; tokenFile = config.sops.secrets."services/forgejo/runner".path;
hostPackages = with pkgs; [ hostPackages = with pkgs; [
nix nix
nodejs
coreutils
gnutar
gzip
(pkgs.writeShellScriptBin "sh" "${bash}")
bash
git
]; ];
labels = [ labels = [
#"ubuntu-latest:docker://node:16-bullseye" #"ubuntu-latest:docker://node:16-bullseye"