services.qbittorrent.extraArgs

NixOS option

Extra arguments passed to qbittorrent. See qbittorrent -h, or the source code, for the available arguments.

type: list of string
Default
[ ]
Example
[
  "--confirm-legal-notice"
]
declared in: nixos/modules/services/torrent/qbittorrent.nixView source on NixOS/nixpkgs →