9 lines
104 B
Nix
9 lines
104 B
Nix
_:
|
|
|
|
{
|
|
boot.loader.grub = {
|
|
enable = true;
|
|
device = "/dev/vda";
|
|
useOSProber = true;
|
|
};
|
|
}
|