summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2022-08-02 22:31:40 +0100
committerSergei Trofimovich <slyich@gmail.com>2022-08-02 23:11:24 +0100
commit1e8102cd580e4c968af839aae007943f1c3de70d (patch)
treea5583ac19f1f4e5a17cb46e2a4fdef2ccabbaccb /nixos
parent411aad5a4db87acdcfba8a38d64cac05078c5a40 (diff)
downloadnixpkgs-1e8102cd580e4c968af839aae007943f1c3de70d.tar
nixpkgs-1e8102cd580e4c968af839aae007943f1c3de70d.tar.gz
nixpkgs-1e8102cd580e4c968af839aae007943f1c3de70d.tar.bz2
nixpkgs-1e8102cd580e4c968af839aae007943f1c3de70d.tar.lz
nixpkgs-1e8102cd580e4c968af839aae007943f1c3de70d.tar.xz
nixpkgs-1e8102cd580e4c968af839aae007943f1c3de70d.tar.zst
nixpkgs-1e8102cd580e4c968af839aae007943f1c3de70d.zip
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'.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/databases/openldap.nix6
1 files changed, 3 insertions, 3 deletions
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
-          <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 ''
           {