8 lines
111 B
Nix
8 lines
111 B
Nix
|
{
|
||
|
boot.loader.grub = {
|
||
|
enable = true;
|
||
|
version = 2;
|
||
|
device = "/dev/sda"; # or "nodev" for efi only
|
||
|
};
|
||
|
}
|