instant bootloader
This commit is contained in:
parent
1ee990513d
commit
054838677c
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ in
|
|||
'';
|
||||
};
|
||||
loaderTimeout = mkOption {
|
||||
default = 5;
|
||||
example = 0;
|
||||
default = 0;
|
||||
example = 5;
|
||||
description = ''
|
||||
The timeout for the bootloader select screen
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue