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;