CrOS/hosts/vmware/boot.nix
2024-09-14 11:56:40 +00:00

7 lines
108 B
Nix

{
boot.loader.grub = {
enable = true;
device = "/dev/sda";
useOSProber = true;
};
}