programs.acd-cli.cliSettings

Home-Manager option

CLI configuration settings for acd-cli. All the available options can be found here: https://acd-cli.readthedocs.io/en/latest/configuration.html#acd-cli-ini.

type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{ download = { keep_corrupt = false; keep_incomplete = true; }; upload = { timeout_wait = 10; }; }
declared in: <home-manager/modules/programs/acd-cli.nix>source unavailable