diff --git a/modules/servers/per-server/freyja/services/forgejo-runner.nix b/modules/servers/per-server/freyja/services/forgejo-runner.nix index 2670434..3423390 100644 --- a/modules/servers/per-server/freyja/services/forgejo-runner.nix +++ b/modules/servers/per-server/freyja/services/forgejo-runner.nix @@ -18,6 +18,17 @@ ## optionally provide native execution on the host: "native:host" ]; + hostPackages = with pkgs; [ + bash + coreutils + curl + gawk + gitMinimal + gnused + nodejs + wget + nix + ]; }; }; }