summaryrefslogtreecommitdiff
path: root/config/services/web
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2021-11-05 12:06:29 +0100
committerQuentin Aristote <quentin@aristote.fr>2021-11-05 12:06:29 +0100
commitbc3383bda60fdf6295c40bbdbff8370eb40fd168 (patch)
treeddd52e91f5ea50e61f2b2edac17ced6caae152d5 /config/services/web
parentb95f2f043c0011361313b6c3d222013e339cade7 (diff)
typo
Diffstat (limited to 'config/services/web')
-rw-r--r--config/services/web/searx/searx/engines.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/services/web/searx/searx/engines.nix b/config/services/web/searx/searx/engines.nix
index 706c25e..a69ff2b 100644
--- a/config/services/web/searx/searx/engines.nix
+++ b/config/services/web/searx/searx/engines.nix
@@ -21,9 +21,9 @@ let
extraParameters));
wikipediaSearch = lang: {
- name = "wikipedia search";
+ name = "wikipedia search ${lang}";
engine = "xpath";
- search_url = {
+ search_url = makeSearchUrl {
baseUrl = "https://${lang}.wikipedia.org/w/index.php";
queryKeyword = "search";
extraParameters = { fulltext = 1; };