From 2f47f70d0bf03d4c43469e8605d03ea9f2d92c79 Mon Sep 17 00:00:00 2001 From: Nikolaos Karaolidis Date: Wed, 14 May 2025 10:43:17 +0100 Subject: [PATCH] Increase boot timeout Signed-off-by: Nikolaos Karaolidis --- hosts/common/configs/system/boot/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/configs/system/boot/default.nix b/hosts/common/configs/system/boot/default.nix index 6e23d16..223d6e4 100644 --- a/hosts/common/configs/system/boot/default.nix +++ b/hosts/common/configs/system/boot/default.nix @@ -7,7 +7,7 @@ editor = false; }; - timeout = 0; + timeout = 1; efi.canTouchEfiVariables = true; }; initrd.systemd.enable = true;