From a748ab837b49b4f110b686111d5bd2b299183cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Wed, 8 Apr 2026 11:58:45 +0200 Subject: [PATCH] Reduced grub timeout --- modules/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common.nix b/modules/common.nix index 1890d4b..b4fa4d8 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -37,7 +37,7 @@ "systemd.show_status=auto" ]; - loader.timeout = lib.mkForce 5; + loader.timeout = lib.mkForce 1; }; networking.networkmanager.enable = true;