From ee00ecaffd0473339e3591f707dd8016304c6d77 Mon Sep 17 00:00:00 2001 From: twoneis Date: Tue, 7 May 2024 00:15:26 +0200 Subject: [PATCH] please just work --- devices/ellaca/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devices/ellaca/default.nix b/devices/ellaca/default.nix index 995aaef..2bd5ebc 100644 --- a/devices/ellaca/default.nix +++ b/devices/ellaca/default.nix @@ -17,8 +17,9 @@ grub = { enable = true; efiSupport = true; + efiInstallAsRemovable = true; useOSProber = true; - device = "nodev"; + # device = "nodev"; font = null; splashImage = null; };