enable osprober for windows dual boot
This commit is contained in:
parent
cbdfb91761
commit
bbb3b363da
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue