all: add personal cachix as trusted substituter
This commit is contained in:
parent
389b27b975
commit
36b1698953
1 changed files with 2 additions and 0 deletions
|
@ -9,10 +9,12 @@ _: {
|
||||||
auto-allocate-uids = true;
|
auto-allocate-uids = true;
|
||||||
sandbox = true;
|
sandbox = true;
|
||||||
trusted-substituters = [
|
trusted-substituters = [
|
||||||
|
"https://adtya.cachix.org"
|
||||||
"https://nix-community.cachix.org"
|
"https://nix-community.cachix.org"
|
||||||
"https://cache.nixos.org"
|
"https://cache.nixos.org"
|
||||||
];
|
];
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
|
"adtya.cachix.org-1:lAuNLx0Ehzx6FoH20rVkMD7KyZZevlLfvm3lwMAzrnU="
|
||||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue