nixos/nix: Specify extra substituters
Some checks are pending
nix flake check / check (aarch64-linux) (push) Waiting to run
nix flake check / check (x86_64-linux) (push) Waiting to run

This commit is contained in:
Mikael 2024-11-07 21:37:08 +01:00
parent 0d7c2f8c6d
commit fb6b78f9ae
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -41,6 +41,18 @@ in {
preallocate-contents = true;
use-cgroups = true;
use-xdg-base-directories = true;
substituters = [
"https://cache.kyouma.net"
"https://colmena.cachix.org"
"https://nix-community.cachix.org"
];
trusted-public-keys = [
"cache.kyouma.net:Frjwu4q1rnwE/MnSTmX9yx86GNA/z3p/oElGvucLiZg="
"colmena.cachix.org-1:7BzpDnjjH8ki2CT3f6GdOk7QAzPOl+1t3LvTLXqYcSg="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
registry = {