From 57cfcfadfd41f947cfe94ca07a6186d67826fa6f Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Thu, 11 Sep 2025 21:17:26 +0200 Subject: added mullvadleta --- modules/common/searx/default.nix | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'modules/common/searx') diff --git a/modules/common/searx/default.nix b/modules/common/searx/default.nix index d90caa8..ec4680f 100644 --- a/modules/common/searx/default.nix +++ b/modules/common/searx/default.nix @@ -41,6 +41,10 @@ disabled = true; weight = 0.4; }; + "mullvadleta" = { + disabled = false; + weight = 1; + }; "qwant" = { disabled = false; weight = 0.4; @@ -100,6 +104,26 @@ "yahoo".disabled = true; "google".disabled = true; }; + + # Outgoing requests + outgoing = { + request_timeout = 5.0; + max_request_timeout = 15.0; + pool_connections = 100; + pool_maxsize = 15; + enable_http2 = true; + }; + + # Enabled plugins + enabled_plugins = [ + "Basic Calculator" + "Hash plugin" + "Tor check plugin" + "Open Access DOI rewrite" + "Hostnames plugin" + "Unit converter plugin" + "Tracker URL remover" + ]; }; }; -- cgit v1.2.3