1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2025-01-07 12:11:28 +03:00

uefi-x86_64: Enable the wait for device quirk

This is a safe default to enable. The only drawback is a 2.2 seconds
delay while booting. That is preferrable than not being able to input a
passphrase.
This commit is contained in:
Samuel Dionne-Riel 2023-03-03 10:33:52 -05:00
parent ea12a06e01
commit 08642e64a1

View File

@ -19,6 +19,9 @@
mobile.system.type = "uefi";
# It is safe enough to assume that for UEFI systems we want to wait for e.g. USB devices.
mobile.boot.stage-1.gui.waitForDevices.enable = lib.mkDefault true;
mobile.boot.stage-1 = {
kernel = {
# Rely on upstream NixOS modules by default for generic UEFI systems.