This commit is contained in:
steveej 2022-10-30 13:48:13 +01:00
parent 0473021e08
commit 429a85060d
3 changed files with 10 additions and 0 deletions

View file

@ -4,5 +4,8 @@
{
boot.loader.grub.efiSupport = true;
boot.loader.grub.efiInstallAsRemovable = lib.mkForce true;
boot.loader.efi.canTouchEfiVariables = lib.mkForce false;
boot.extraModulePackages = [ ];
}