MyNixOS website logo
option

services.transmission.package

The transmission package to use.

Declarations
Type
package
Default
''
  if lib.versionAtLeast config.system.stateVersion "25.11" then
    pkgs.transmission_4
  else
    «error message»
''
Example
pkgs.transmission_4