MyNixOS website logo
option

services.rss-bridge.config

Attribute set of arbitrary config options. Please consult the documentation at the wiki and sample config to see a list of available options.

Declarations
Type
attribute set of attribute set of (boolean or signed integer or string or list of string)
Default
FileCache.path = "${config.services.rss-bridge.dataDir}/cache/"
Example
{
  system.enabled_bridges = [ "*" ];
  error = {
    output = "http";
    report_limit = 5;
  };
  FileCache = {
    enable_purge = true;
  };
}