remove global additional binary caches
This commit is contained in:
parent
6b7642dc76
commit
e3da8eabd7
1 changed files with 1 additions and 7 deletions
|
@ -16,17 +16,11 @@ in
|
||||||
nix.registry = lib.mapAttrs' (name: value: lib.nameValuePair name { flake = value; }) inputs;
|
nix.registry = lib.mapAttrs' (name: value: lib.nameValuePair name { flake = value; }) inputs;
|
||||||
nix.settings.flake-registry = "${config.dadada.inputs.flake-registry}/flake-registry.json";
|
nix.settings.flake-registry = "${config.dadada.inputs.flake-registry}/flake-registry.json";
|
||||||
|
|
||||||
nix.settings.substituters = [
|
nix.settings.substituters = [ https://cache.nixos.org/ ];
|
||||||
https://helix.cachix.org/
|
|
||||||
https://cache.nixos.org/
|
|
||||||
https://nix-community.cachix.org/
|
|
||||||
];
|
|
||||||
|
|
||||||
nix.settings.trusted-public-keys = [
|
nix.settings.trusted-public-keys = [
|
||||||
"helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="
|
|
||||||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
||||||
"gorgon:eEE/PToceRh34UnnoFENERhk89dGw5yXOpJ2CUbfL/Q="
|
"gorgon:eEE/PToceRh34UnnoFENERhk89dGw5yXOpJ2CUbfL/Q="
|
||||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.settings.require-sigs = true;
|
nix.settings.require-sigs = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue