From e2dbbe3e30ee20961fbc75940115f8a77c736cc2 Mon Sep 17 00:00:00 2001 From: twoneis Date: Wed, 8 May 2024 16:36:39 +0200 Subject: [PATCH] not efi removable --- devices/ellaca/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/devices/ellaca/default.nix b/devices/ellaca/default.nix index 43159db..8203bf7 100644 --- a/devices/ellaca/default.nix +++ b/devices/ellaca/default.nix @@ -16,7 +16,6 @@ grub = { enable = true; efiSupport = true; - efiInstallAsRemovable = true; device = "nodev"; useOSProber = true; font = null;