From 7cbdddc76248f501794b2fe0185a1788dd5860fb Mon Sep 17 00:00:00 2001 From: toufic ar Date: Thu, 29 Jan 2026 22:34:38 +0200 Subject: [PATCH] search: fix outgoing proxies --- config/search/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config/search/default.nix b/config/search/default.nix index 6fe924e..29ebc01 100644 --- a/config/search/default.nix +++ b/config/search/default.nix @@ -87,10 +87,7 @@ in { pool_connections = 100; pool_maxsize = 15; enable_http2 = true; - proxies = { - http = "socks5h://127.0.0.1:9050"; - https = "socks5h://127.0.0.1:9050"; - }; + proxies."all://:" = ["socks5h://127.0.0.1:9050"]; using_tor_proxy = true; extra_proxy_timeout = 15.0; };