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

13 lines
238 B
Nix
Raw Normal View History

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