infra/nix/os/devices/steveej-pa600/boot.nix

9 lines
142 B
Nix
Raw Normal View History

2022-01-07 20:44:10 +01:00
{ lib
, ...
}:
{
boot.loader.grub.efiInstallAsRemovable = lib.mkForce true;
boot.loader.efi.canTouchEfiVariables = lib.mkForce false;
}