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

13 lines
242 B
Nix
Raw Normal View History

2019-05-19 19:23:53 +00:00
{
nix = {
binaryCaches = [
"https://all-hies.cachix.org"
];
binaryCachePublicKeys = [
"all-hies.cachix.org-1:JjrzAOEUsD9ZMt8fdFbzo3jNAyEWlPAwdVuHw4RD43k="
];
trustedUsers = [ "root" "maralorn" ];
};
}