From fdf37a3c9edb141fc8512f8f673f26f32672475b Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 30 Sep 2023 21:26:56 -0600 Subject: [PATCH] grub 2 sdka --- workstation/fstab.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/workstation/fstab.nix b/workstation/fstab.nix index 9acbb33..b42185b 100644 --- a/workstation/fstab.nix +++ b/workstation/fstab.nix @@ -9,6 +9,7 @@ }; grub = { enable = true; + version = 2; device = "nodev"; efiSupport = true; useOSProber = true;