From c68ac0bc139a5cff76272fda836c8173f59950e3 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 27 Oct 2021 08:32:48 -0400 Subject: [PATCH] fix: wrangle UEFI with efiInstallAsRemovable --- profiles/boot/grub.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/boot/grub.nix b/profiles/boot/grub.nix index d44a62f..b670668 100644 --- a/profiles/boot/grub.nix +++ b/profiles/boot/grub.nix @@ -5,6 +5,7 @@ device = "nodev"; efiSupport = true; useOSProber = true; + efiInstallAsRemovable = true; }; efi = { canTouchEfiVariables = true;