diff --git a/hosts/MaxNixosLaptop/configuration.nix b/hosts/MaxNixosLaptop/configuration.nix index b64b95a..f49a7d6 100644 --- a/hosts/MaxNixosLaptop/configuration.nix +++ b/hosts/MaxNixosLaptop/configuration.nix @@ -26,9 +26,8 @@ # NIXOS nix.settings = { experimental-features = ["nix-command" "flakes"]; - substituters = ["https://cache.nixos.org" "https://nix-community.cachix.org"]; + substituters = ["https://nix-community.cachix.org"]; trusted-public-keys = [ - "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; auto-optimise-store = true;