Infini-DL360: increase boot timeout

This commit is contained in:
Infinidoge 2024-05-05 08:45:22 -04:00
parent 9848287141
commit 85cc227f47
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -12,7 +12,7 @@
modules = { modules = {
boot.grub.enable = true; boot.grub.enable = true;
boot.grub.efiSysMountPoint = "/boot"; boot.grub.efiSysMountPoint = "/boot";
boot.timeout = 1; boot.timeout = 5;
hardware.form.server = true; hardware.form.server = true;
}; };