From fcd42883eab918036b22e85c40701edc1034f726 Mon Sep 17 00:00:00 2001 From: cy Date: Fri, 14 Mar 2025 00:57:38 -0400 Subject: [PATCH] add attic cache to nix.conf --- hosts/common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/common.nix b/hosts/common.nix index feafd17..0fb2fc6 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -14,12 +14,14 @@ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" "cything.cachix.org-1:xqW1W5NNL+wrM9wfSELb0MLj/harD2ZyB4HbdaMyvPI=" + "main:Ku31HoEWcBtfggge2VGj+QTkVrQuIwRIMGyfV/5VQP0=" ]; substituters = [ "https://niri.cachix.org" "https://nix-community.cachix.org" "https://cache.garnix.io" "https://cything.cachix.org" + "https://cache.cy7.sh/main" ]; }; channel.enable = false;