diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-10-13T03·29-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-10-13T03·35+0000 |
commit | 703407b2d41259a8514cd95dd454536de3dbbdda (patch) | |
tree | 290d05579ecc784e57a44a9dc1a706158f47c25d /users | |
parent | 3d610828a323d7835a28afbf9e957857b0fafc24 (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')
-rw-r--r-- | users/glittershark/system/system/machines/chupacabra.nix | 3 |
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 596cca959f0b..e4f5aaccea45 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" ]; } |