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:
parent
e9e7ecfd59
commit
6197e4bc81
1 changed files with 2 additions and 2 deletions
|
@ -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="
|
||||
|
|
Loading…
Reference in a new issue