1
0
Fork 0
nixos-config/cachix/cachix.nix
2019-07-31 22:36:41 +02:00

13 lines
238 B
Nix

{
nix = {
binaryCaches = [
"https://cachix.cachix.org"
];
binaryCachePublicKeys = [
"cachix.cachix.org-1:eWNHQldwUO7G2VkjpnjDbWwy4KQ/HNxht7H4SSoMckM="
];
trustedUsers = [ "root" "maralorn" ];
};
}