linde: configure forgejo/gitea actions runner
1 file changed, 17 insertions(+), 1 deletion(-)
changed files
M system/hosts/linde.nix → system/hosts/linde.nix
@@ -1186,7 +1186,23 @@ name = "linde"; enable = true; url = "https://codeberg.org"; tokenFile = config.age.secrets.forgejo-actions-runner.path; - labels = [ "private" ]; + labels = [ + "docker:docker://node:24-alpine" + "alpine-latest:docker://node:24-alpine" + "nixos:host" + ]; + + hostPackages = with pkgs; [ + bash + coreutils + curl + gawk + gitMinimal + gnused + nix + nodejs + wget + ]; }; };