about summary refs log tree commit diff
path: root/users/glittershark/system/system/machines/chupacabra.nix
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-10-13T03·29-0400
committerglittershark <grfn@gws.fyi>2020-10-13T03·35+0000
commit703407b2d41259a8514cd95dd454536de3dbbdda (patch)
tree290d05579ecc784e57a44a9dc1a706158f47c25d /users/glittershark/system/system/machines/chupacabra.nix
parent3d610828a323d7835a28afbf9e957857b0fafc24 (diff)
feat(gs/chupacabra): Use mugwump as a binary cache r/1847
Since buildkite is running on there, it'll be nice to be able to
download things. Obviously if this laptop ever becomes a laptop again
this'll have to go away (or just become the external domain)

Change-Id: I5fc49c061dbf79f8d523244bcf822e8d96fa6d42
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2047
Reviewed-by: glittershark <grfn@gws.fyi>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/glittershark/system/system/machines/chupacabra.nix')
-rw-r--r--users/glittershark/system/system/machines/chupacabra.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/users/glittershark/system/system/machines/chupacabra.nix b/users/glittershark/system/system/machines/chupacabra.nix
index 596cca959f..e4f5aaccea 100644
--- a/users/glittershark/system/system/machines/chupacabra.nix
+++ b/users/glittershark/system/system/machines/chupacabra.nix
@@ -114,4 +114,7 @@
 
   # Necessary to get steam working
   hardware.opengl.driSupport32Bit = true;
+
+  nix.binaryCaches = [ "ssh://grfn@172.16.0.5" ];
+  nix.trustedBinaryCaches = [ "ssh://grfn@172.16.0.5" ];
 }