mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 17:49:07 +01:00
searxng: Exclude nixos.wiki from search results
This commit is contained in:
parent
f9398c9d87
commit
fafd352b53
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ in
|
||||||
autocomplete = "duckduckgo";
|
autocomplete = "duckduckgo";
|
||||||
favicon_resolver = "duckduckgo";
|
favicon_resolver = "duckduckgo";
|
||||||
};
|
};
|
||||||
|
hostnames.remove = [ ''(.*\.)?nixos.wiki'' ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue