Skip the boot selection unless key is pressed
This commit is contained in:
parent
897f9671d7
commit
927b43c1ef
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
boot = lib.mkIf config.system.desktop.enable {
|
||||
plymouth.enable = true;
|
||||
loader.timeout = 0;
|
||||
consoleLogLevel = 0;
|
||||
initrd.verbose = false;
|
||||
kernelParams = [
|
||||
|
|
Loading…
Reference in a new issue