remove garnix (slow cache)

This commit is contained in:
Sridhar Ratnakumar 2024-04-05 12:42:22 +11:00
parent 1b479ace35
commit 815ade49b0

View file

@ -2,11 +2,11 @@
nix.settings.trusted-public-keys = [
#"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"nammayatri.cachix.org-1:PiVlgB8hKyYwVtCAGpzTh2z9RsFPhIES6UKs0YB662I="
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
# "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
];
nix.settings.substituters = [
#"https://nix-community.cachix.org"
"https://cache.garnix.io?priority=41"
# "https://cache.garnix.io?priority=41"
"https://nammayatri.cachix.org?priority=42"
];
}