From f92834e4def85bdcf0c9d4bbcd812accc8f56422 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Thu, 2 Oct 2025 11:10:19 -0600 Subject: [PATCH] lowered grub timeout --- hosts/workstation/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/workstation/hardware-configuration.nix b/hosts/workstation/hardware-configuration.nix index 965769f..2f28d44 100644 --- a/hosts/workstation/hardware-configuration.nix +++ b/hosts/workstation/hardware-configuration.nix @@ -34,7 +34,7 @@ in boot = { plymouth.enable = true; consoleLogLevel = 0; - loader.timeout = 5; + loader.timeout = 3; kernelParams = [ "splash" "boot.shell_on_fail"