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 <grfn@gws.fyi>
This commit is contained in:
Griffin Smith 2020-12-14 12:54:26 -05:00 committed by glittershark
parent e9e7ecfd59
commit 6197e4bc81

View file

@ -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="