blob: 51b4a1afc0313cf9e6a54bce410100d56952854a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{ config, ... }:
{
nix = {
binaryCaches = [
"https://cache.krebsco.de"
];
binaryCachePublicKeys = [
"cache.prism-1:+S+6Lo/n27XEtvdlQKuJIcb1yO5NUqUCE2lolmTgNJU="
"cache.prism-2:YwmCm3/s/D+SxrPKN/ETjlpw/219pNUbpnluatp6FKI="
];
};
}
|