services.searx.faviconsSettings
NixOS option
Favicons settings for SearXNG. For available settings, see the SearXNG schema file.
type: attribute set of (JSON value)Default
{ }Example
declared in: nixos/modules/services/networking/searx.nixView source on NixOS/nixpkgs →{
favicons = {
cfg_schema = 1;
cache = {
db_url = "/var/cache/searx/faviconcache.db";
HOLD_TIME = 5184000;
LIMIT_TOTAL_BYTES = 2147483648;
BLOB_MAX_BYTES = 40960;
MAINTENANCE_MODE = "auto";
MAINTENANCE_PERIOD = 600;
};
};
}