diff options
author | lassulus <lass@aidsballs.de> | 2016-06-25 18:56:39 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-06-25 18:56:39 +0200 |
commit | f6d5a9716f8a9dbefbeae19e43b5324f90cb543b (patch) | |
tree | 54f5432102bb858e56a74ed95be5bb187277da35 /lass/2configs/binary-cache/client.nix | |
parent | 9fd537b4d6fe0356324676f38a195bc59c01b0bd (diff) |
l: move binary-cache config to 2
Diffstat (limited to 'lass/2configs/binary-cache/client.nix')
-rw-r--r-- | lass/2configs/binary-cache/client.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lass/2configs/binary-cache/client.nix b/lass/2configs/binary-cache/client.nix new file mode 100644 index 000000000..108ff7a1e --- /dev/null +++ b/lass/2configs/binary-cache/client.nix @@ -0,0 +1,9 @@ +{ config, ... }: + +{ + nix = { + binaryCaches = ["http://cache.prism.r"]; + binaryCachePublicKeys = ["cache.prism-1:+S+6Lo/n27XEtvdlQKuJIcb1yO5NUqUCE2lolmTgNJU="]; + }; +} + |