From 6b1348e86586caac446cc66fe34694b3ffdfb14e Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 30 Sep 2023 21:47:56 -0600 Subject: [PATCH] grub fixed --- workstation/fstab.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/workstation/fstab.nix b/workstation/fstab.nix index b42185b..f765a8e 100644 --- a/workstation/fstab.nix +++ b/workstation/fstab.nix @@ -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 = {