revert searxng changes

This commit is contained in:
Henry Hiles 2026-03-22 15:41:09 -04:00
commit 05072f874d
No known key found for this signature in database
2 changed files with 4 additions and 9 deletions

View file

@ -9,9 +9,7 @@
address = [ address = [
"91.99.155.129/32" "91.99.155.129/32"
"2a01:4f8:c012:d202::1/64" "2a01:4f8:c012:d202::1/64"
] ];
# Assign 64 IPv6 addresses
++ builtins.genList (i: "2a01:4f8:c012:d202::${builtins.toString (i + 1)}/64") 64;
routes = [ routes = [
{ {

View file

@ -1,4 +1,4 @@
{ lib, config, ... }: { lib, ... }:
{ {
services = services =
let let
@ -12,6 +12,8 @@
let let
enginesByCategory = { enginesByCategory = {
general = { general = {
duckduckgo = { };
startpage = { };
brave.disabled = false; brave.disabled = false;
}; };
@ -90,11 +92,6 @@
"searx.plugins.tracker_url_remover.SXNGPlugin".active = true; "searx.plugins.tracker_url_remover.SXNGPlugin".active = true;
}; };
outgoing = {
source_ips = config.systemd.network.networks."30-wan".address;
retries = 32;
};
categories_as_tabs = builtins.listToAttrs ( categories_as_tabs = builtins.listToAttrs (
map (category: { map (category: {
name = category; name = category;