From e3d20fb61ef583c055b8bbf22e94f4427a7c4656 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Tue, 22 Aug 2023 11:13:27 +0200 Subject: [PATCH] Increase bootloader timeout this time for real? --- system/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/default.nix b/system/default.nix index d192e670..7dc960da 100644 --- a/system/default.nix +++ b/system/default.nix @@ -89,7 +89,7 @@ with mylib.networking; { # plymouth.enable = true; loader = { - timeout = null; + timeout = 120; systemd-boot.enable = true; systemd-boot.configurationLimit = 5; systemd-boot.editor = false;