init pa600

This commit is contained in:
steveej 2022-01-07 20:44:10 +01:00
parent 1bba975a9d
commit 02bb843015
8 changed files with 187 additions and 0 deletions

View file

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