services.docling-serve.environment

NixOS option

Extra environment variables for Docling Serve. For more details see https://github.com/docling-project/docling-serve/blob/main/docs/configuration.md

type: attribute set of string
Default
{
  DOCLING_SERVE_ENABLE_UI = "False";
}
Example
''
  {
    DOCLING_SERVE_ENABLE_UI = "True";
  }
''
declared in: nixos/modules/services/misc/docling-serve.nixView source on NixOS/nixpkgs →