nixos/nix: Specify extra substituters
This commit is contained in:
parent
0d7c2f8c6d
commit
fb6b78f9ae
1 changed files with 12 additions and 0 deletions
|
@ -41,6 +41,18 @@ in {
|
|||
preallocate-contents = true;
|
||||
use-cgroups = true;
|
||||
use-xdg-base-directories = true;
|
||||
|
||||
substituters = [
|
||||
"https://cache.kyouma.net"
|
||||
"https://colmena.cachix.org"
|
||||
"https://nix-community.cachix.org"
|
||||
];
|
||||
|
||||
trusted-public-keys = [
|
||||
"cache.kyouma.net:Frjwu4q1rnwE/MnSTmX9yx86GNA/z3p/oElGvucLiZg="
|
||||
"colmena.cachix.org-1:7BzpDnjjH8ki2CT3f6GdOk7QAzPOl+1t3LvTLXqYcSg="
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
];
|
||||
};
|
||||
|
||||
registry = {
|
||||
|
|
Loading…
Reference in a new issue