Merge pull request #184902 from trofi/fix-openldap-markdown
nixos/openldap: fix option description markdown
This commit is contained in:
commit
58547ae85a
1 changed files with 3 additions and 3 deletions
|
@ -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 a new issue