instant bootloader
parent
1ee990513d
commit
054838677c
|
@ -16,8 +16,8 @@ in
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
loaderTimeout = mkOption {
|
loaderTimeout = mkOption {
|
||||||
default = 5;
|
default = 0;
|
||||||
example = 0;
|
example = 5;
|
||||||
description = ''
|
description = ''
|
||||||
The timeout for the bootloader select screen
|
The timeout for the bootloader select screen
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue