From 1e8102cd580e4c968af839aae007943f1c3de70d Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Tue, 2 Aug 2022 22:31:40 +0100 Subject: nixos/openldap: fix option description markdown Otherwise manual build fails as: $ nix build -f nixos/release.nix manual.x86_64-linux ... > NotImplementedError: ('md node not supported yet', 'services.openldap.declarativeContents', 'inline_html', ('',)) For full logs, run 'nix log /nix/store/pfa7bg3pflp0c31ma0rc2ahwqabs88dd-base-json-md-converted.drv'. --- nixos/modules/services/databases/openldap.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nixos') diff --git a/nixos/modules/services/databases/openldap.nix b/nixos/modules/services/databases/openldap.nix index 9bb06404394..94fc155000e 100644 --- a/nixos/modules/services/databases/openldap.nix +++ b/nixos/modules/services/databases/openldap.nix @@ -204,9 +204,9 @@ in { especially with large databases. Note that the root of the DB must be defined in - services.openldap.settings and the - olcDbDirectory must begin with - "/var/lib/openldap". + `services.openldap.settings` and the + `olcDbDirectory` must begin with + `"/var/lib/openldap"`. ''; example = lib.literalExpression '' { -- cgit 1.4.1