grub: drop version 2 from docs

This commit is contained in:
Jörg Thalheim 2023-09-02 18:45:50 +02:00
parent a4bf32f6f0
commit 3133097918

View File

@ -125,7 +125,6 @@ e) If you chose the hybrid-partition scheme, then choose `grub` as a bootloader,
# replace this with your disk i.e. /dev/nvme0n1
boot.loader.grub.devices = [ "/dev/<disk-name>" ];
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
boot.loader.grub.efiSupport = true;
boot.loader.grub.efiInstallAsRemovable = true;
# ...