diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-12-14T17·54-0500 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-12-14T18·18+0000 |
commit | 6197e4bc81423e02a2f982335e4652f2c9e55b30 (patch) | |
tree | 738b0e883647d66abee4d099ca9024d36249ce91 | |
parent | e9e7ecfd5977af67c29748db55f890a7e504531c (diff) |
fix(gs/system): Prefer cache.nixos over whitby r/2012
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>
-rw-r--r-- | users/glittershark/system/system/modules/tvl.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/glittershark/system/system/modules/tvl.nix b/users/glittershark/system/system/modules/tvl.nix index 69a02dbbb33f..905ec8ced537 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=" |