revert searxng changes
This commit is contained in:
parent
8d647a598e
commit
05072f874d
2 changed files with 4 additions and 9 deletions
|
|
@ -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 = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue