dual boot fixes

This commit is contained in:
Joseph Hanson 2024-06-26 11:51:57 -05:00
parent 435ba566ee
commit 094abe7b20
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -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";}
];