MyNixOS website logo

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

Declarations
Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  fs = {
    block_size = 512;
  };
  read = {
    open_chunk_limit = 10;
  };
  write = {
    buffer_size = 32;
    timeout = 30;
  };
}