nixos/ca: fix description formatting

Right now most of the text is treated as a code block
This commit is contained in:
Sandro Jäckel 2024-10-28 15:03:11 +01:00
parent d3fbd1b284
commit 1a6638aeb1
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -24,7 +24,8 @@ in
internal = true;
};
security.pki.useCompatibleBundle = mkEnableOption ''usage of a compatibility bundle.
security.pki.useCompatibleBundle = mkEnableOption ''
usage of a compatibility bundle.
Such a bundle consists exclusively of `BEGIN CERTIFICATE` and no `BEGIN TRUSTED CERTIFICATE`,
which is an OpenSSL specific PEM format.