fix 2 xml errors in the description of boot.loader.grub.efiInstallAsRemovable

Changed files
+2 -1
nixos
modules
system
boot
loader
grub
+2 -1
nixos/modules/system/boot/loader/grub/grub.nix
···
example = true;
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
···
<listitem><para>You simply dislike the idea of depending on NVRAM
state to make your drive bootable</para></listitem>
</itemizedlist>
+
</para>
'';
};