dual boot fixes
This commit is contained in:
parent
435ba566ee
commit
094abe7b20
1 changed files with 1 additions and 3 deletions
|
@ -14,14 +14,12 @@
|
||||||
# for managing/mounting ntfs
|
# for managing/mounting ntfs
|
||||||
supportedFilesystems = [ "ntfs" ];
|
supportedFilesystems = [ "ntfs" ];
|
||||||
|
|
||||||
# Use the systemd-boot EFI boot loader.
|
|
||||||
loader = {
|
loader = {
|
||||||
grub = {
|
grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
useOSProber = true;
|
useOSProber = true;
|
||||||
zfsSupport = true;
|
zfsSupport = true;
|
||||||
efiSupport = true;
|
device = "nodev";
|
||||||
efiInstallAsRemovable = true;
|
|
||||||
mirroredBoots = [
|
mirroredBoots = [
|
||||||
{ devices = ["nodev"]; path = "/boot";}
|
{ devices = ["nodev"]; path = "/boot";}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue