[NixOS] Add taffy to cachix binary caches
This commit is contained in:
parent
a4c784a947
commit
2802d1e975
@ -3,9 +3,11 @@
|
|||||||
binaryCaches = [
|
binaryCaches = [
|
||||||
"https://cache.nixos.org/"
|
"https://cache.nixos.org/"
|
||||||
"https://hie-nix.cachix.org"
|
"https://hie-nix.cachix.org"
|
||||||
|
"https://taffy.cachix.org"
|
||||||
];
|
];
|
||||||
binaryCachePublicKeys = [
|
binaryCachePublicKeys = [
|
||||||
"hie-nix.cachix.org-1:EjBSHzF6VmDnzqlldGXbi0RM3HdjfTU3yDRi9Pd0jTY="
|
"hie-nix.cachix.org-1:EjBSHzF6VmDnzqlldGXbi0RM3HdjfTU3yDRi9Pd0jTY="
|
||||||
|
"taffy.cachix.org-1:H0iiOGeXnLOAptADO4i3AiDIOladTcZYxXp+P0lOvHw="
|
||||||
];
|
];
|
||||||
trustedUsers = [ "root" "imalison" "kat" ];
|
trustedUsers = [ "root" "imalison" "kat" ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user