feat: reduce grub timeout

This commit is contained in:
HerozDotExe 2026-02-06 21:45:51 +01:00
parent 9083fdc4f2
commit c9e112a948

View file

@ -58,7 +58,7 @@
"udev.log_level=3" "udev.log_level=3"
]; ];
loader.timeout = 5; loader.timeout = 2;
}; };
time.hardwareClockInLocalTime = true; time.hardwareClockInLocalTime = true;