services.transmission.package

The transmission package to use.

Type
package
Default
''
  if lib.versionAtLeast config.system.stateVersion "25.11" then
    pkgs.transmission_4
  else
    «error message»
''
Example
pkgs.transmission_4
Declared
<nixpkgs/nixos/modules/services/torrent/transmission.nix>