infra/nix/os/devices/steveej-pa600/boot.nix

6 lines
139 B
Nix
Raw Normal View History

2024-11-15 10:17:56 +01:00
{ lib, ... }:
{
2022-01-07 20:44:10 +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-07 20:44:10 +01:00
}