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