services.paperless.exporter.settings

NixOS option

Settings to pass to the document exporter as CLI arguments.

type: attribute set of anything
Default
{
  compare-checksums = true;
  delete = true;
  no-color = true;
  no-progress-bar = true;
}
declared in: nixos/modules/services/misc/paperless.nixView source on NixOS/nixpkgs →