services.searx.faviconsSettings

Favicons settings for SearXNG.

For available settings, see the SearXNG schema file.

Type
attribute set of (JSON value)
Default
{ }
Example
{
  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;
    };
  };
}
Declared
<nixpkgs/nixos/modules/services/networking/searx.nix>