about summary refs log tree commit diff
path: root/nixos/modules/system
diff options
context:
space:
mode:
authorCole Helbling <cole.e.helbling@outlook.com>2022-12-01 16:21:46 -0800
committerCole Helbling <cole.e.helbling@outlook.com>2022-12-08 13:50:05 -0800
commitad6ea546b4da50faff7961c2eb260a68aa1c65f6 (patch)
tree7fd7a028777dca209b111c35308b9be3b208048f /nixos/modules/system
parent680369e504e9c241fdbd1d7621a7c3011649edcc (diff)
nixos/boot/external: DocBook -> Markdown
Diffstat (limited to 'nixos/modules/system')
-rw-r--r--nixos/modules/system/boot/loader/external/external.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/system/boot/loader/external/external.nix b/nixos/modules/system/boot/loader/external/external.nix
index 300870430866b..5cf478e6c83cd 100644
--- a/nixos/modules/system/boot/loader/external/external.nix
+++ b/nixos/modules/system/boot/loader/external/external.nix
@@ -14,11 +14,11 @@ in
   };
 
   options.boot.loader.external = {
-    enable = mkEnableOption "use an external tool to install your bootloader";
+    enable = mkEnableOption (lib.mdDoc "use an external tool to install your bootloader");
 
     installHook = mkOption {
       type = with types; path;
-      description = ''
+      description = lib.mdDoc ''
         The full path to a program of your choosing which performs the bootloader installation process.
 
         The program will be called with an argument pointing to the output of the system's toplevel.