MyNixOS website logo

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.

Declarations
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;
  };
}