services.transmission.extraFlags

NixOS option

Extra flags passed to the transmission command in the service definition.

type: list of string
Default
[ ]
Example
[
  "--log-debug"
]
declared in: nixos/modules/services/torrent/transmission.nixView source on NixOS/nixpkgs →