diff options
author | lassulus <lass@aidsballs.de> | 2016-02-27 17:28:46 +0100 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-02-27 17:28:46 +0100 |
commit | 024de57e7b1918a617685b65a0c5c45ee4592e47 (patch) | |
tree | 2f0a9168b4569650619f334b597733ae10216b66 /tv/2configs/wu-binary-cache/client.nix | |
parent | acd5d7cceeeb96c182a963ba0c564821a36c8938 (diff) | |
parent | 8c859335a879c515a1415bc8b15b5cb7eb519efc (diff) |
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'tv/2configs/wu-binary-cache/client.nix')
-rw-r--r-- | tv/2configs/wu-binary-cache/client.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tv/2configs/wu-binary-cache/client.nix b/tv/2configs/wu-binary-cache/client.nix new file mode 100644 index 000000000..9634c21d4 --- /dev/null +++ b/tv/2configs/wu-binary-cache/client.nix @@ -0,0 +1,7 @@ +_: +{ + nix = { + binaryCaches = ["http://cache.wu.gg23"]; + binaryCachePublicKeys = ["cache.wu-1:cdhA201O2R2Ect463vhJFmhpMaNyT/tOvzYvtceT9q8="]; + }; +} |