diff --git a/modules/installer/grub/grub.nix b/modules/installer/grub/grub.nix index 753326ed719..50ae0ddb596 100644 --- a/modules/installer/grub/grub.nix +++ b/modules/installer/grub/grub.nix @@ -35,8 +35,8 @@ in }; version = mkOption { - default = 2; - example = 1; + default = 1; + example = 2; description = '' The version of GRUB to use: 1 for GRUB Legacy (versions 0.9x), or 2 for GRUB 2.