Nix: Add an extra mirror for cache.nixos.

This commit is contained in:
Dmitry Voronin 2025-01-05 06:29:16 +03:00
parent 534d905cd4
commit 18c570e89e
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -8,6 +8,7 @@
keep-derivations = true;
keep-outputs = true;
min-free = 1 * 1000 * 1000 * 1000;
substituters = [ "https://nixos-cache-proxy.cofob.dev" ];
experimental-features = [
"flakes"
"nix-command"