control host packages explicitly
This commit is contained in:
parent
d82a26f8c3
commit
408d7b3704
1 changed files with 11 additions and 0 deletions
|
@ -23,6 +23,17 @@ in
|
||||||
url = "https://git.cyplo.dev";
|
url = "https://git.cyplo.dev";
|
||||||
tokenFile = config.sops.secrets."gitea-runner-token".path;
|
tokenFile = config.sops.secrets."gitea-runner-token".path;
|
||||||
name = "bolty1";
|
name = "bolty1";
|
||||||
|
hostPackages = with pkgs; [
|
||||||
|
bash
|
||||||
|
coreutils
|
||||||
|
curl
|
||||||
|
gawk
|
||||||
|
gitMinimal
|
||||||
|
gnused
|
||||||
|
nodejs
|
||||||
|
wget
|
||||||
|
sudo
|
||||||
|
];
|
||||||
labels = [
|
labels = [
|
||||||
"nixery-nix-node:docker://nixery.dev/shell/nix/git/nodejs:latest"
|
"nixery-nix-node:docker://nixery.dev/shell/nix/git/nodejs:latest"
|
||||||
"nix-flakes:docker://nixpkgs/nix-flakes:latest"
|
"nix-flakes:docker://nixpkgs/nix-flakes:latest"
|
||||||
|
|
Loading…
Reference in a new issue