diff --git a/services/forgejo/runner.nix b/services/forgejo/runner.nix index 576221a..ceb9d09 100644 --- a/services/forgejo/runner.nix +++ b/services/forgejo/runner.nix @@ -18,6 +18,14 @@ in tokenFile = ""; # dynamically retrieved from Forgejo (see further below) name = config.networking.hostName; labels = [ "native:host" ]; + hostPackages = with pkgs; [ + nix + gitMinimal + bash + coreutils + curl + nodejs + ]; settings = { container.network = "host"; };