feat(nix): add kitchen and nix-community caches
This commit is contained in:
parent
9f82263098
commit
2e574ab0b6
1 changed files with 11 additions and 0 deletions
|
@ -38,6 +38,17 @@
|
|||
settings = {
|
||||
auto-optimise-store = true;
|
||||
trusted-users = ["root"];
|
||||
|
||||
substituters = [
|
||||
"https://cache.nixos.org/"
|
||||
"https://kitchen.cachix.org"
|
||||
"https://nix-community.cachix.org"
|
||||
];
|
||||
|
||||
trusted-public-keys = [
|
||||
"kitchen.cachix.org-1:6Re4jyiv2oURRRehWaktZ9eEcZpKd8g3v10R8jWsaD4="
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
];
|
||||
};
|
||||
|
||||
gc = {
|
||||
|
|
Loading…
Reference in a new issue