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 = {
|
||||
grub = {
|
||||
enable = true;
|
||||
useOSProber = true;
|
||||
zfsSupport = true;
|
||||
efiSupport = true;
|
||||
efiInstallAsRemovable = true;
|
||||
# efiInstallAsRemovable = true;
|
||||
mirroredBoots = [
|
||||
{ devices = ["nodev"]; path = "/boot";}
|
||||
];
|
||||
};
|
||||
efi = {
|
||||
canTouchEfiVariables = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue