From 152e0fba2f652ee490197231f72bf8ded01f8f6e Mon Sep 17 00:00:00 2001 From: oqyude Date: Fri, 16 Jan 2026 11:05:11 +0300 Subject: [PATCH] 123 --- modules/essentials/settings.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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/ ];