1
0
Fork 0
nixos-config/system/use-cache.nix

8 lines
162 B
Nix
Raw Normal View History

2019-08-12 13:45:55 +00:00
{ ... }: {
nix = {
binaryCaches = [ "http://hera:5001" ];
binaryCachePublicKeys =
[ "hera:dPBUx652Yr9s2pQDeHRQ5dl5zSuo+j94AyvJGZJaMFw=" ];
};
}