s0mePC-nix: trusted-substituters init in nix/settings/
Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
parent
73673d7383
commit
c8a183c354
2 changed files with 23 additions and 0 deletions
|
|
@ -40,6 +40,7 @@
|
|||
./nix/settings/trusted-public-keys.nix
|
||||
./nix/settings/trusted-users.nix
|
||||
./nix/settings/auto-optimise-store.nix
|
||||
./nix/settings/trusted-substituters.nix
|
||||
|
||||
./nixpkgs/config.nix
|
||||
./nixpkgs/system.nix
|
||||
|
|
|
|||
22
s0mePC-nix/nix/settings/trusted-substituters.nix
Normal file
22
s0mePC-nix/nix/settings/trusted-substituters.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
...
|
||||
}: {
|
||||
nix = {
|
||||
settings = {
|
||||
trusted-substituters = [
|
||||
# cache.nixos.org
|
||||
"https://nixos-cache-proxy.cofob.dev"
|
||||
"https://cache.nixos.org"
|
||||
# cache.garnix.org
|
||||
"https://cache.garnix.io"
|
||||
# cachix
|
||||
"https://nix-community.cachix.org/"
|
||||
"https://chaotic-nyx.cachix.org/"
|
||||
"https://ags.cachix.org"
|
||||
"https://hyprland.cachix.org"
|
||||
"https://chaotic-nyx.cachix.org/"
|
||||
"https://colmena.cachix.org"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue