Hi,

Just a heads up that I changed the default GRUB version from 1 to 2.  This
should be what most people have already, since "nixos-option --install" emits
the line "boot.loader.grub.version = 2;".  But if you don't have that line in
your configuration.nix, and you're afraid that GRUB 2 won't work for some
reason, you should add

  boot.loader.grub.version = 1;

to configuration.nix to retain GRUB 1.

-- 
Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to