From 815ade49b0b82d6f75276aa302a43a37ca26514d Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 5 Apr 2024 12:42:22 +1100 Subject: [PATCH] remove garnix (slow cache) --- nixos/caches/oss.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/caches/oss.nix b/nixos/caches/oss.nix index 1e35eb7..b5adc66 100644 --- a/nixos/caches/oss.nix +++ b/nixos/caches/oss.nix @@ -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" ]; }