From e6e8f7074fa8cf9b7b4e6095b1b4dad896e0035a Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Mon, 9 Feb 2026 23:41:30 -0600 Subject: [PATCH] fix: disable chronicles substituter --- modules/nix-conf.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nix-conf.nix b/modules/nix-conf.nix index 25ee525..efaf586 100644 --- a/modules/nix-conf.nix +++ b/modules/nix-conf.nix @@ -58,7 +58,7 @@ in ]; # For home and for work machines substituters = (lib.optionals cfg.cache [ - "http://chronicles.shire-zebra.ts.net:9000/binary-cache/" + #"http://chronicles.shire-zebra.ts.net:9000/binary-cache/" "http://nas1.shire-zebra.ts.net:8080/default" ]) ++ [ @@ -70,7 +70,7 @@ in "https://nixhelm.cachix.org" ]; trusted-public-keys = [ - "chronicles.shire-zebra.ts.net:0qWYHn3gGllXChhAaaxKlNZtRy6yG/XJs1RFSqV3nW8=" + #"chronicles.shire-zebra.ts.net:0qWYHn3gGllXChhAaaxKlNZtRy6yG/XJs1RFSqV3nW8=" "default:DTGxNijw2D8FrZJPT1pFTWcLqbt60tovL+9Z+VW0HRY=" "ai.cachix.org-1:N9dzRK+alWwoKXQlnn0H6aUx0lU/mspIoz8hMvGvbbc=" "nixpkgs-python.cachix.org-1:hxjI7pFxTyuTHn2NkvWCrAUcNZLNS3ZAvfYNuYifcEU="