feat(nix): add supported search formats to Searx config
- Added `html`, `json`, and `rss` to the `search.formats` list in `searx.nix`. - Enhances flexibility by allowing multiple output formats for search results.
This commit is contained in:
parent
7f802aaca6
commit
5075593ce0
1 changed files with 5 additions and 0 deletions
|
|
@ -13,6 +13,11 @@
|
||||||
server = {
|
server = {
|
||||||
secret_key = config.sops.secrets."searx/secret_key".path;
|
secret_key = config.sops.secrets."searx/secret_key".path;
|
||||||
};
|
};
|
||||||
|
search.formats = [
|
||||||
|
"html"
|
||||||
|
"json"
|
||||||
|
"rss"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue