summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/searx/default.nix24
1 files changed, 24 insertions, 0 deletions
diff --git a/config/searx/default.nix b/config/searx/default.nix
index 7445c54..aad60e1 100644
--- a/config/searx/default.nix
+++ b/config/searx/default.nix
@@ -79,6 +79,30 @@ in {
"Tracker URL remover"
"Vim-like hotkeys"
];
+ engines = let
+ disable = names:
+ map (name: {
+ inherit name;
+ disabled = true;
+ }) names;
+ in disable [
+ # general
+ "bing"
+ "currency"
+ "dictzone"
+ # files
+ "btdigg"
+ "torrentz"
+ # images
+ "bing images"
+ "ccengine"
+ "library of congress"
+ "qwant images"
+ # it
+ "hoogle"
+ # map
+ "photon"
+ ];
};
runInUwsgi = true;
uwsgiConfig = {