Revert "instant bootloader"

This reverts commit 054838677c.
main
Zynh Ludwig 2024-07-05 13:19:53 -07:00
parent cccd510fa3
commit f6b00722c6
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ in
''; '';
}; };
loaderTimeout = mkOption { loaderTimeout = mkOption {
default = 0; default = 5;
example = 5; example = 0;
description = '' description = ''
The timeout for the bootloader select screen The timeout for the bootloader select screen
''; '';