programs.acd-cli.cacheSettings

Home-Manager option

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

type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{ blacklist = { folders = [ ]; }; sqlite = { busy_timeout = 30000; filename = "nodes.db"; journal_mode = "wal"; }; }
declared in: <home-manager/modules/programs/acd-cli.nix>source unavailable