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="