summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/binary-cache
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2017-07-29 19:41:59 +0200
committerlassulus <lassulus@lassul.us>2017-07-29 19:41:59 +0200
commit31053501a729cc6b2a0fb9ae02264473e9105328 (patch)
tree633efb07cc3cd412d26afab3421ae8b376e9bbb0 /krebs/2configs/binary-cache
parentf0470d32957d7c83145bf26ea50350095fe7eb53 (diff)
krebs: use prism binary cache on all hosts
Diffstat (limited to 'krebs/2configs/binary-cache')
-rw-r--r--krebs/2configs/binary-cache/prism.nix12
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 00000000..4813eeb0
--- /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="
+ ];
+ };
+}