mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
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', ('<code>',)) For full logs, run 'nix log /nix/store/pfa7bg3pflp0c31ma0rc2ahwqabs88dd-base-json-md-converted.drv'.
This commit is contained in:
parent
411aad5a4d
commit
1e8102cd58
@ -204,9 +204,9 @@ in {
|
||||
especially with large databases.
|
||||
|
||||
Note that the root of the DB must be defined in
|
||||
<code>services.openldap.settings</code> and the
|
||||
<code>olcDbDirectory</code> must begin with
|
||||
<literal>"/var/lib/openldap"</literal>.
|
||||
`services.openldap.settings` and the
|
||||
`olcDbDirectory` must begin with
|
||||
`"/var/lib/openldap"`.
|
||||
'';
|
||||
example = lib.literalExpression ''
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user