5 lines
170 B
Nix
5 lines
170 B
Nix
{lib, ...}: {
|
|
boot.loader.grub.efiInstallAsRemovable = lib.mkForce true;
|
|
boot.loader.efi.canTouchEfiVariables = lib.mkForce false;
|
|
boot.extraModulePackages = [];
|
|
}
|