grub fixed

This commit is contained in:
Danilo Reyes 2023-09-30 21:47:56 -06:00
parent fdf37a3c9e
commit 6b1348e865

View File

@ -9,11 +9,16 @@
};
grub = {
enable = true;
version = 2;
device = "nodev";
efiSupport = true;
useOSProber = true;
enableCryptodisk = true;
extraEntries = ''
menuentry "Fedora" {
set root=(hd1,1)
chainloader /EFI/fedora/grubx64.efi
}
'';
};
};
initrd.luks.devices = {