programs.acd-cli.cliSettings
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
- <home-manager/modules/programs/acd-cli.nix>