nixos/security: invariant option docs MD conversions

This commit is contained in:
pennae
2022-07-20 12:32:04 +02:00
parent da37ca6760
commit cbc44d68a7
2 changed files with 6 additions and 6 deletions

View File

@@ -11,11 +11,11 @@ with lib;
security.lockKernelModules = mkOption {
type = types.bool;
default = false;
description = ''
description = lib.mdDoc ''
Disable kernel module loading once the system is fully initialised.
Module loading is disabled until the next reboot. Problems caused
by delayed module loading can be fixed by adding the module(s) in
question to <option>boot.kernelModules</option>.
question to {option}`boot.kernelModules`.
'';
};
};