diff options
author | lassulus <lassulus@lassul.us> | 2017-07-29 19:41:59 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-07-29 19:41:59 +0200 |
commit | 31053501a729cc6b2a0fb9ae02264473e9105328 (patch) | |
tree | 633efb07cc3cd412d26afab3421ae8b376e9bbb0 /krebs/2configs/binary-cache | |
parent | f0470d32957d7c83145bf26ea50350095fe7eb53 (diff) |
krebs: use prism binary cache on all hosts
Diffstat (limited to 'krebs/2configs/binary-cache')
-rw-r--r-- | krebs/2configs/binary-cache/prism.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/krebs/2configs/binary-cache/prism.nix b/krebs/2configs/binary-cache/prism.nix new file mode 100644 index 000000000..4813eeb0f --- /dev/null +++ b/krebs/2configs/binary-cache/prism.nix @@ -0,0 +1,12 @@ +{ config, ... }: + +{ + nix = { + binaryCaches = [ + "http://cache.prism.r" + ]; + binaryCachePublicKeys = [ + "cache.prism-1:+S+6Lo/n27XEtvdlQKuJIcb1yO5NUqUCE2lolmTgNJU=" + ]; + }; +} |