summary refs log tree commit diff
path: root/nixos/modules/system/boot/loader/loader.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/system/boot/loader/loader.nix')
-rw-r--r--nixos/modules/system/boot/loader/loader.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/loader/loader.nix b/nixos/modules/system/boot/loader/loader.nix
index 01475f79b9c..0e33264271b 100644
--- a/nixos/modules/system/boot/loader/loader.nix
+++ b/nixos/modules/system/boot/loader/loader.nix
@@ -12,7 +12,7 @@ with lib;
         boot.loader.timeout =  mkOption {
             default = 5;
             type = types.nullOr types.int;
-            description = ''
+            description = lib.mdDoc ''
               Timeout (in seconds) until loader boots the default menu item. Use null if the loader menu should be displayed indefinitely.
             '';
         };