enable osprober for windows dual boot

This commit is contained in:
Joseph Hanson 2024-06-21 19:33:05 -05:00
parent cbdfb91761
commit bbb3b363da
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -14,13 +14,17 @@
loader = { loader = {
grub = { grub = {
enable = true; enable = true;
useOSProber = true;
zfsSupport = true; zfsSupport = true;
efiSupport = true; efiSupport = true;
efiInstallAsRemovable = true; # efiInstallAsRemovable = true;
mirroredBoots = [ mirroredBoots = [
{ devices = ["nodev"]; path = "/boot";} { devices = ["nodev"]; path = "/boot";}
]; ];
}; };
efi = {
canTouchEfiVariables = true;
};
}; };
}; };