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