MyNixOS website logo
option

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.

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