From 3ba15358bc0044c9b6ffbe981c28d7e7aaa6ba8e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 7 Oct 2013 11:06:08 +0200 Subject: Make GRUB 2 the default Fixes #269. --- modules/system/boot/loader/grub/grub.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/system/boot/loader/grub/grub.nix b/modules/system/boot/loader/grub/grub.nix index b643fa6b5bfb..8e9f3253f877 100644 --- a/modules/system/boot/loader/grub/grub.nix +++ b/modules/system/boot/loader/grub/grub.nix @@ -52,12 +52,13 @@ in }; version = mkOption { - default = 1; - example = 2; + default = 2; + example = 1; type = types.int; description = '' The version of GRUB to use: 1 for GRUB - Legacy (versions 0.9x), or 2 for GRUB 2. + Legacy (versions 0.9x), or 2 (the + default) for GRUB 2. ''; }; -- cgit 1.4.1