summary refs log tree commit diff
path: root/nixos/modules/system/boot/loader/grub/grub.nix
diff options
context:
space:
mode:
authorzraexy <zraexy@gmail.com>2017-04-17 14:36:42 -0800
committerzraexy <zraexy@gmail.com>2017-04-17 14:45:56 -0800
commitc2b56626f1a872d06642777193b72d6473c8b97c (patch)
tree564d2bb53b0edfd39b502159f04f3a0e3bfa97d6 /nixos/modules/system/boot/loader/grub/grub.nix
parentf0b634c7e838cdd65ac6f73933c99af3f38d0fa8 (diff)
downloadnixlib-c2b56626f1a872d06642777193b72d6473c8b97c.tar
nixlib-c2b56626f1a872d06642777193b72d6473c8b97c.tar.gz
nixlib-c2b56626f1a872d06642777193b72d6473c8b97c.tar.bz2
nixlib-c2b56626f1a872d06642777193b72d6473c8b97c.tar.lz
nixlib-c2b56626f1a872d06642777193b72d6473c8b97c.tar.xz
nixlib-c2b56626f1a872d06642777193b72d6473c8b97c.tar.zst
nixlib-c2b56626f1a872d06642777193b72d6473c8b97c.zip
grub module: fix efiInstallAsRemovable description
Diffstat (limited to 'nixos/modules/system/boot/loader/grub/grub.nix')
-rw-r--r--nixos/modules/system/boot/loader/grub/grub.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/system/boot/loader/grub/grub.nix b/nixos/modules/system/boot/loader/grub/grub.nix
index 2d6bf2d58a9e..c02956bf8c87 100644
--- a/nixos/modules/system/boot/loader/grub/grub.nix
+++ b/nixos/modules/system/boot/loader/grub/grub.nix
@@ -383,7 +383,7 @@ in
         default = false;
         type = types.bool;
         description = ''
-          Whether to invoke <literal>grub-install</literal> with
+          <para>Whether to invoke <literal>grub-install</literal> with
           <literal>--removable</literal>.</para>
 
           <para>Unless you turn this on, GRUB will install itself somewhere in
@@ -412,7 +412,7 @@ in
             the NVRAM state of the computer (like a USB "removable" drive)</para></listitem>
             <listitem><para>You simply dislike the idea of depending on NVRAM
             state to make your drive bootable</para></listitem>
-          </itemizedlist>
+          </itemizedlist></para>
         '';
       };