Define allowed packages
Some checks failed
Forgejo Actions Demo / Explore-Forgejo-Actions (push) Failing after 26s

This commit is contained in:
alejandro-angulo 2026-02-14 17:42:19 -08:00
parent 72ef5ad05e
commit 978f5b2d62

View file

@ -87,7 +87,18 @@
name = config.networking.hostName;
url = "https://git.alejandr0angul0.dev";
tokenFile = config.age.secrets.gitea-runner-gospel.path;
hostPackages = [ pkgs.nix ];
hostPackages = with pkgs; [
nix
bash
sh
coreutils
curl
gawk
gitMinimal
gnused
nodejs
wget
];
labels = [
"nix-builder:host"