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
|
||||
supportedFilesystems = [ "ntfs" ];
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
loader = {
|
||||
grub = {
|
||||
enable = true;
|
||||
useOSProber = true;
|
||||
zfsSupport = true;
|
||||
efiSupport = true;
|
||||
efiInstallAsRemovable = true;
|
||||
device = "nodev";
|
||||
mirroredBoots = [
|
||||
{ devices = ["nodev"]; path = "/boot";}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue