services.transmission.package

NixOS option

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 in: nixos/modules/services/torrent/transmission.nixView source on NixOS/nixpkgs →