Define allowed packages
Some checks failed
Forgejo Actions Demo / Explore-Forgejo-Actions (push) Failing after 26s
Some checks failed
Forgejo Actions Demo / Explore-Forgejo-Actions (push) Failing after 26s
This commit is contained in:
parent
72ef5ad05e
commit
978f5b2d62
1 changed files with 12 additions and 1 deletions
|
|
@ -87,7 +87,18 @@
|
||||||
name = config.networking.hostName;
|
name = config.networking.hostName;
|
||||||
url = "https://git.alejandr0angul0.dev";
|
url = "https://git.alejandr0angul0.dev";
|
||||||
tokenFile = config.age.secrets.gitea-runner-gospel.path;
|
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 = [
|
labels = [
|
||||||
"nix-builder:host"
|
"nix-builder:host"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue