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 stringDefault
{
DOCLING_SERVE_ENABLE_UI = "False";
}Example
declared in: nixos/modules/services/misc/docling-serve.nixView source on NixOS/nixpkgs →''
{
DOCLING_SERVE_ENABLE_UI = "True";
}
''