forked from colonelpanic/dotfiles
13 lines
274 B
Nix
13 lines
274 B
Nix
{
|
|
nix = {
|
|
binaryCaches = [
|
|
"https://cache.nixos.org/"
|
|
"https://hie-nix.cachix.org"
|
|
];
|
|
binaryCachePublicKeys = [
|
|
"hie-nix.cachix.org-1:EjBSHzF6VmDnzqlldGXbi0RM3HdjfTU3yDRi9Pd0jTY="
|
|
];
|
|
trustedUsers = [ "root" "imalison" "kat" ];
|
|
};
|
|
}
|