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 = {