infra/nix/os/devices/fwhost2/boot.nix

5 lines
137 B
Nix
Raw Normal View History

2023-02-07 18:23:51 +01:00
{lib, ...}: {
2022-01-09 21:50:55 +01:00
boot.loader.grub.efiInstallAsRemovable = lib.mkForce true;
2022-10-31 11:04:38 +01:00
boot.loader.efi.canTouchEfiVariables = lib.mkForce false;
2022-01-09 21:50:55 +01:00
}