about summary refs log tree commit diff
diff options
context:
space:
mode:
-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" ];
 }