From 31031ed6e46681400d4f2349246138f0b3b62bdd Mon Sep 17 00:00:00 2001 From: oqyude Date: Tue, 27 Jan 2026 15:55:33 +0300 Subject: [PATCH] 123 --- modules/essentials/settings.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/essentials/settings.nix b/modules/essentials/settings.nix index a6120a9..a519928 100644 --- a/modules/essentials/settings.nix +++ b/modules/essentials/settings.nix @@ -13,10 +13,11 @@ settings = { require-sigs = false; substituters = [ - # "https://nixos-cache-proxy.cofob.dev" # https://gist.github.com/cofob/9b1fd205e6d961a45c225ae9f0af1394 - # "https://nixos-cache-proxy.elxreno.com" "https://cache.nixos.org" "https://nix-community.cachix.org" + "https://mirror.yandex.ru/nixos" + # "https://nixos-cache-proxy.cofob.dev" # https://gist.github.com/cofob/9b1fd205e6d961a45c225ae9f0af1394 + # "https://nixos-cache-proxy.elxreno.com" # "https://nixos-cache-proxy.sweetdogs.ru" #"https://nixos.snix.store" # https://nixos.snix.store/ ];