lanzaboote/nix/tests/stub/common.nix

14 lines
175 B
Nix
Raw Normal View History

{
virtualisation = {
useBootLoader = true;
useEFIBoot = true;
};
boot.loader.uki.enable = true;
boot.loader.efi = {
canTouchEfiVariables = true;
};
}