stockholm/krebs/2configs/binary-cache/prism.nix

14 lines
265 B
Nix
Raw Normal View History

{ config, ... }:
{
nix = {
binaryCaches = [
"http://cache.prism.r"
];
binaryCachePublicKeys = [
"cache.prism-1:+S+6Lo/n27XEtvdlQKuJIcb1yO5NUqUCE2lolmTgNJU="
2017-09-30 16:06:21 +00:00
"cache.prism-2:YwmCm3/s/D+SxrPKN/ETjlpw/219pNUbpnluatp6FKI="
];
};
}