diff --git a/configuration.nix b/configuration.nix index 5b5ea80..26602a5 100644 --- a/configuration.nix +++ b/configuration.nix @@ -129,7 +129,10 @@ loader = { # Use the systemd-boot EFI boot loader. - efi.canTouchEfiVariables = true; + # Disabled: ASRock B550M Pro4 AMI UEFI hangs on POST when NixOS + # writes EFI variables (NVRAM corruption). Lanzaboote boot entries + # are discovered via BLS Type #2 on the ESP, so this is not needed. + efi.canTouchEfiVariables = false; # 1s timeout timeout = 1;