From 3c1d826d302ec077016d0dafcce1c31138e71ed1 Mon Sep 17 00:00:00 2001 From: Sokhibjon Orzikulov Date: Wed, 12 Jun 2024 07:39:29 +0500 Subject: [PATCH] remove removable efi grub --- robot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot.nix b/robot.nix index b212f1e..40953af 100644 --- a/robot.nix +++ b/robot.nix @@ -17,7 +17,7 @@ device = "nodev"; efiSupport = true; useOSProber = true; - efiInstallAsRemovable = true; + # efiInstallAsRemovable = true; }; };