programs.acd-cli.clientSettings
Home-Manager option
Client configuration settings for acd-cli. All the available options can be found here: https://acd-cli.readthedocs.io/en/latest/configuration.html#acd-client-ini.
type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))Default
{ }Example
declared in: <home-manager/modules/programs/acd-cli.nix>source unavailable{ endpoints = { filename = "endpoint_data"; validity_duration = 259200; }; transfer = { chunk_retries = 1; connection_timeout = 30; dl_chunk_size = 524288000; fs_chunk_size = 131072; idle_timeout = 60; }; }