update elias-e525

This commit is contained in:
steveej 2023-12-22 20:59:12 +01:00
parent 535632e691
commit 0b74972992
3 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{lib, ...}: {
boot.loader.grub.efiInstallAsRemovable = lib.mkForce true;
boot.loader.grub.efiSupport = lib.mkForce false;
boot.loader.efi.canTouchEfiVariables = lib.mkForce false;
}