Skip the boot selection unless key is pressed

This commit is contained in:
Jimbo 2025-01-20 15:21:05 -05:00
parent 897f9671d7
commit 927b43c1ef

View file

@ -2,6 +2,7 @@
{ {
boot = lib.mkIf config.system.desktop.enable { boot = lib.mkIf config.system.desktop.enable {
plymouth.enable = true; plymouth.enable = true;
loader.timeout = 0;
consoleLogLevel = 0; consoleLogLevel = 0;
initrd.verbose = false; initrd.verbose = false;
kernelParams = [ kernelParams = [