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

7 lines
107 B
Nix

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