From 7619bf625825202a83b49a025268955d1380650c Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 6 Aug 2026 20:36:41 -0500 Subject: [PATCH] chore: default actions packages --- modules/nixos/gitea-runner.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/modules/nixos/gitea-runner.nix b/modules/nixos/gitea-runner.nix index d38d3a5..30cfb38 100644 --- a/modules/nixos/gitea-runner.nix +++ b/modules/nixos/gitea-runner.nix @@ -98,6 +98,19 @@ in inherit labels; inherit (cfg) name; enable = true; + hostPackages = with pkgs; [ + bash + buildah + coreutils + curl + gawk + gitMinimal + gnused + nix + nodejs + podman + wget + ]; url = cfg.instanceURL; tokenFile = config.age.secrets."gitea-runner-${host}-podman".path; settings = {