From cd45c04b114d417dd268b4e23e5c6440a37411f0 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 3 Jul 2020 23:41:39 +0100 Subject: feat(tazjin/frog): Add whitby as a binary cache Change-Id: Iedfd0a4aef6e49fc2dcaf9da3d41b858bc3b22f9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/906 Reviewed-by: tazjin Reviewed-by: BuildkiteCI Tested-by: BuildkiteCI --- users/tazjin/nixos/frog/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'users') diff --git a/users/tazjin/nixos/frog/default.nix b/users/tazjin/nixos/frog/default.nix index 5d438e7b57..e384615a17 100644 --- a/users/tazjin/nixos/frog/default.nix +++ b/users/tazjin/nixos/frog/default.nix @@ -67,6 +67,9 @@ in depot.lib.fix(self: { "depot=/depot" "nixpkgs=${depot.third_party.nixpkgsSrc}" ]; + + binaryCaches = ["ssh://nix-ssh@whitby.tvl.fyi"]; + binaryCachePublicKeys = ["cache.tvl.fyi:fd+9d1ceCPvDX/xVhcfv8nAa6njEhAGAEe+oGJDEeoc="]; }; nixpkgs.pkgs = nixpkgs; -- cgit 1.4.1