about summary refs log tree commit diff
path: root/nixpkgs/nixos/modules/system/boot/unl0kr.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/modules/system/boot/unl0kr.nix')
-rw-r--r--nixpkgs/nixos/modules/system/boot/unl0kr.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/nixos/modules/system/boot/unl0kr.nix b/nixpkgs/nixos/modules/system/boot/unl0kr.nix
index 8d9af37382e0..f5ce693c2de4 100644
--- a/nixpkgs/nixos/modules/system/boot/unl0kr.nix
+++ b/nixpkgs/nixos/modules/system/boot/unl0kr.nix
@@ -5,8 +5,8 @@ let
 in
 {
   options.boot.initrd.unl0kr = {
-    enable = lib.mkEnableOption (lib.mdDoc "unl0kr in initrd") // {
-      description = lib.mdDoc ''
+    enable = lib.mkEnableOption "unl0kr in initrd" // {
+      description = ''
         Whether to enable the unl0kr on-screen keyboard in initrd to unlock LUKS.
       '';
     };