1
0
Fork 0
nixos-config/cachix/cachix.nix

9 lines
219 B
Nix
Raw Normal View History

2019-07-31 20:36:41 +00:00
{
nix = {
2019-07-31 21:56:52 +00:00
binaryCaches = [ "https://cachix.cachix.org" ];
binaryCachePublicKeys =
[ "cachix.cachix.org-1:eWNHQldwUO7G2VkjpnjDbWwy4KQ/HNxht7H4SSoMckM=" ];
2019-07-31 20:36:41 +00:00
trustedUsers = [ "root" "maralorn" ];
};
}