infra/nix/os/devices/elias-e525/boot.nix

7 lines
140 B
Nix
Raw Normal View History

2022-10-31 11:04:38 +01:00
{ lib, ... }:
2022-01-15 20:34:30 +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-15 20:34:30 +01:00
}