services.rutorrent.plugins

NixOS option

List of plugins to enable. See the list of available plugins. Note: the unpack plugin needs the nonfree unrar package. You need to either enable one of the rpc or httprpc plugin or enable the option.

type: list of (string or package)
Default
[
  "httprpc"
]
Example
[ "httprpc" "data" "diskspace" "edit" "erasedata" "theme" "trafic" ]
declared in: nixos/modules/services/web-apps/rutorrent.nixView source on NixOS/nixpkgs →