marukuru/deployer: add jq

This commit is contained in:
Luke Granger-Brown 2021-03-20 11:57:21 +00:00
parent b3df707421
commit 705bcd9446

View file

@ -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" ];