mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 18:36:51 +01:00
remove local cache server
This commit is contained in:
parent
04d832b34f
commit
95f0eaf710
1 changed files with 0 additions and 2 deletions
|
@ -23,12 +23,10 @@ in
|
||||||
substituters = lib.mkForce [
|
substituters = lib.mkForce [
|
||||||
"https://cache.nixos.org"
|
"https://cache.nixos.org"
|
||||||
"https://nix-community.cachix.org"
|
"https://nix-community.cachix.org"
|
||||||
"https://cache.missing.ninja"
|
|
||||||
];
|
];
|
||||||
trusted-public-keys = lib.mkForce [
|
trusted-public-keys = lib.mkForce [
|
||||||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
||||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
"cache.missing.ninja:mgKmyHDWgL+xBp0aANrin807jWYu/fpMojKNb7KQDXg="
|
|
||||||
];
|
];
|
||||||
sandbox = true;
|
sandbox = true;
|
||||||
require-sigs = true;
|
require-sigs = true;
|
||||||
|
|
Loading…
Reference in a new issue