about summary refs log tree commit diff
path: root/users/glittershark/system
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-12-14T17·54-0500
committerglittershark <grfn@gws.fyi>2020-12-14T18·18+0000
commit6197e4bc81423e02a2f982335e4652f2c9e55b30 (patch)
tree738b0e883647d66abee4d099ca9024d36249ce91 /users/glittershark/system
parente9e7ecfd5977af67c29748db55f890a7e504531c (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>
Diffstat (limited to 'users/glittershark/system')
-rw-r--r--users/glittershark/system/system/modules/tvl.nix4
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 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="