services.transmission.settings.incomplete-dir

NixOS option

When enabled with services.transmission.home services.transmission.settings.incomplete-dir-enabled, new torrents will download the files to this directory. When complete, the files will be moved to download-dir services.transmission.settings.download-dir.

type: absolute path
Default
"${config.services.transmission.home}/.incomplete"
declared in: nixos/modules/services/torrent/transmission.nixView source on NixOS/nixpkgs →