MyNixOS website logo
option

services.docling-serve.environment

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

Declarations
Type
attribute set of string
Default
{
  DOCLING_SERVE_ENABLE_UI = "False";
}
Example
''
  {
    DOCLING_SERVE_ENABLE_UI = "True";
  }
''