MyNixOS website logo
option

services.rsshub.settings

Environment variables for RSSHub. See https://docs.rsshub.app/deploy/config for available options.

Declarations
Type
open submodule of attribute set of string
Default
{ }
Example
{
  REQUEST_TIMEOUT = "3000";
  REQUEST_RETRY = "10";
  PUPPETEER_EXECUTABLE_PATH = lib.getExe pkgs.chromium";
}