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

7 lines
109 B
Nix

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