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

8 lines
179 B
Nix
Raw Normal View History

2019-10-28 22:20:58 +00:00
{ lib, ... }: {
2019-08-12 13:45:55 +00:00
nix = {
2019-10-28 22:20:58 +00:00
binaryCaches = lib.mkAfter [ "http://hera:5001" ];
2019-08-12 13:45:55 +00:00
binaryCachePublicKeys =
[ "hera:dPBUx652Yr9s2pQDeHRQ5dl5zSuo+j94AyvJGZJaMFw=" ];
};
}