services.tt-rss.plugins

NixOS option

List of plugins to load automatically for all users. System plugins have to be specified here. Please enable at least one authentication plugin here (auth_*). Users may enable other user plugins from Preferences/Plugins but may not disable plugins specified in this list. Disabling auth_internal in this list would automatically disable reset password link on the login form.

type: list of string
Default
[
  "auth_internal"
  "note"
]
declared in: nixos/modules/services/web-apps/tt-rss.nixView source on NixOS/nixpkgs →