From 09b1e0725fe0e655ebcdffdd4aebe1ca23e68517 Mon Sep 17 00:00:00 2001 From: alsaiduq-lab Date: Mon, 15 Dec 2025 01:56:20 -0700 Subject: [PATCH] removed --- flake.lock | 6 +++--- hosts/modules/searxng.nix | 28 ---------------------------- 2 files changed, 3 insertions(+), 31 deletions(-) diff --git a/flake.lock b/flake.lock index bdf7942..85f7013 100644 --- a/flake.lock +++ b/flake.lock @@ -701,11 +701,11 @@ }, "nixpkgs_5": { "locked": { - "lastModified": 1765608474, - "narHash": "sha256-9Wx53UK0z8Di5iesJID0tS1dRKwGxI4i7tsSanOHhF0=", + "lastModified": 1765762245, + "narHash": "sha256-3iXM/zTqEskWtmZs3gqNiVtRTsEjYAedIaLL0mSBsrk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "28bb483c11a1214a73f9fd2d9928a6e2ea86ec71", + "rev": "c8cfcd6ccd422e41cc631a0b73ed4d5a925c393d", "type": "github" }, "original": { diff --git a/hosts/modules/searxng.nix b/hosts/modules/searxng.nix index f0f7e84..25266b0 100644 --- a/hosts/modules/searxng.nix +++ b/hosts/modules/searxng.nix @@ -103,27 +103,6 @@ in { categories = ["general"]; timeout = 3.0; } - { - name = "wikidata"; - engine = "wikidata"; - disabled = false; - categories = ["general"]; - timeout = 3.0; - } - { - name = "wikibooks"; - engine = "wikibooks"; - disabled = false; - categories = ["general"]; - timeout = 3.0; - } - { - name = "wiktionary"; - engine = "wiktionary"; - disabled = false; - categories = ["general"]; - timeout = 3.0; - } { name = "arxiv"; engine = "arxiv"; @@ -159,13 +138,6 @@ in { categories = ["it"]; timeout = 4.0; } - { - name = "wikicommons_img"; - engine = "wikicommons"; - disabled = false; - categories = ["images"]; - timeout = 4.0; - } { name = "youtube_video"; engine = "youtube";