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

9 lines
223 B
Nix

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