5 lines
136 B
Nix
5 lines
136 B
Nix
{
|
|
# Use the GRUB 2 boot loader.
|
|
boot.loader.grub.enable = true;
|
|
boot.loader.grub.device = "/dev/vda"; # or "nodev" for efi only
|
|
}
|