diff --git a/modules/essentials/settings.nix b/modules/essentials/settings.nix index a7a7776..1e3e9d1 100644 --- a/modules/essentials/settings.nix +++ b/modules/essentials/settings.nix @@ -13,10 +13,10 @@ settings = { require-sigs = false; substituters = [ - "https://nixos-cache-proxy.cofob.dev" # https://gist.github.com/cofob/9b1fd205e6d961a45c225ae9f0af1394 - "https://nixos-cache-proxy.elxreno.com" + # "https://nixos-cache-proxy.cofob.dev" # https://gist.github.com/cofob/9b1fd205e6d961a45c225ae9f0af1394 + # "https://nixos-cache-proxy.elxreno.com" "https://nix-community.cachix.org" - # "https://cache.nixos.org" + "https://cache.nixos.org" # "https://nixos-cache-proxy.sweetdogs.ru" #"https://nixos.snix.store" # https://nixos.snix.store/ ];