From 810a347d2c4a310f208695ae506c182358535f19 Mon Sep 17 00:00:00 2001 From: William Date: Fri, 10 Jan 2025 14:36:30 -0300 Subject: [PATCH] new bootloader timeout --- hosts/common/boot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/boot.nix b/hosts/common/boot.nix index 02ef615..651c90c 100644 --- a/hosts/common/boot.nix +++ b/hosts/common/boot.nix @@ -3,7 +3,7 @@ { boot = { loader = { - timeout = 2; + timeout = 1; efi.canTouchEfiVariables = true; systemd-boot = { enable = true;