lowered grub timeout

This commit is contained in:
Danilo Reyes 2025-10-02 11:10:19 -06:00
parent 3988202916
commit f92834e4de

View File

@ -34,7 +34,7 @@ in
boot = { boot = {
plymouth.enable = true; plymouth.enable = true;
consoleLogLevel = 0; consoleLogLevel = 0;
loader.timeout = 5; loader.timeout = 3;
kernelParams = [ kernelParams = [
"splash" "splash"
"boot.shell_on_fail" "boot.shell_on_fail"