6 lines
195 B
Nix
6 lines
195 B
Nix
{
|
|
# Use the GRUB 2 boot loader.
|
|
#boot.loader.grub.enable = true;
|
|
# Define on which hard drive you want to install Grub.
|
|
#boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only
|
|
}
|