marukuru/deployer: add jq
This commit is contained in:
parent
b3df707421
commit
705bcd9446
1 changed files with 3 additions and 0 deletions
|
@ -166,6 +166,9 @@ in {
|
|||
../lib/low-space.nix
|
||||
];
|
||||
networking.hosts = depot.ops.nixos.tailscaleIPs;
|
||||
environment.systemPackages = with pkgs; [
|
||||
jq
|
||||
];
|
||||
nix = {
|
||||
binaryCaches = lib.mkForce [ "https://cache.nixos.org/" "s3://lukegb-nix-cache?endpoint=storage.googleapis.com&trusted=1" ];
|
||||
trustedBinaryCaches = lib.mkForce [ "https://cache.nixos.org/" "s3://lukegb-nix-cache?endpoint=storage.googleapis.com&trusted=1" ];
|
||||
|
|
Loading…
Reference in a new issue