From d10186391ca051ecf50ee2759a34b59d90287d2f Mon Sep 17 00:00:00 2001 From: ChUrl Date: Mon, 21 Aug 2023 11:38:29 +0200 Subject: [PATCH] Increase bootloader timeout --- system/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/default.nix b/system/default.nix index a29aad89..75b6b1b1 100644 --- a/system/default.nix +++ b/system/default.nix @@ -89,7 +89,7 @@ with mylib.networking; { # plymouth.enable = true; loader.systemd-boot.enable = true; - loader.systemd-boot.configurationLimit = 5; + loader.systemd-boot.configurationLimit = 60; loader.systemd-boot.editor = false; loader.systemd-boot.consoleMode = "max"; loader.efi.canTouchEfiVariables = true;