Disabled boot timeout;

This commit is contained in:
Jurn Wubben 2025-02-24 03:32:10 +01:00
parent 2cae024f6f
commit 28412c06ed

View file

@ -26,6 +26,8 @@
# systemd-boot on UEFI # systemd-boot on UEFI
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
systemd-boot.enable = true; systemd-boot.enable = true;
timeout = 0;
}; };
plymouth.enable = true; plymouth.enable = true;