Change target to device not partition

This commit is contained in:
TheWanderingCrow 2024-09-14 11:56:40 +00:00
parent b0368c3841
commit fa26f537d8

View file

@ -1,7 +1,7 @@
{
boot.loader.grub = {
enable = true;
device = "/dev/sda1";
device = "/dev/sda";
useOSProber = true;
};
}