From 6197e4bc81423e02a2f982335e4652f2c9e55b30 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 14 Dec 2020 12:54:26 -0500 Subject: fix(gs/system): Prefer cache.nixos over whitby cache.nixos.org is way faster Change-Id: If6f9a448b5a5ad7dab6d01e19c447e113a8d933a Reviewed-on: https://cl.tvl.fyi/c/depot/+/2256 Tested-by: BuildkiteCI Reviewed-by: glittershark --- users/glittershark/system/system/modules/tvl.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/glittershark/system/system/modules/tvl.nix b/users/glittershark/system/system/modules/tvl.nix index 69a02dbbb3..905ec8ced5 100644 --- a/users/glittershark/system/system/modules/tvl.nix +++ b/users/glittershark/system/system/modules/tvl.nix @@ -16,12 +16,12 @@ ''; binaryCaches = [ - "ssh://nix-ssh@whitby.tvl.fyi" "https://cache.nixos.org" + "ssh://nix-ssh@whitby.tvl.fyi" ]; trustedBinaryCaches = [ - "ssh://nix-ssh@whitby.tvl.fyi" "https://cache.nixos.org" + "ssh://nix-ssh@whitby.tvl.fyi" ]; binaryCachePublicKeys = [ "cache.tvl.fyi:fd+9d1ceCPvDX/xVhcfv8nAa6njEhAGAEe+oGJDEeoc=" -- cgit 1.4.1