1
0
Fork 0
nixos-config/cachix/cachix.nix
Malte Brandy a1bb4277b1
Reformat
2019-07-31 23:56:52 +02:00

9 lines
219 B
Nix

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