diff --git a/docs/quickstart.md b/docs/quickstart.md index 40e7ae4..2ce0e40 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -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/" ]; boot.loader.grub.enable = true; - boot.loader.grub.version = 2; boot.loader.grub.efiSupport = true; boot.loader.grub.efiInstallAsRemovable = true; # ...