From 806f697f17214212197f09a8c6aaf6da307e496f Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Thu, 8 Jan 2026 09:41:41 -0600 Subject: merge changes from main --- modules/boot/nixos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/boot/nixos') diff --git a/modules/boot/nixos/default.nix b/modules/boot/nixos/default.nix index 8e710c8..026226b 100644 --- a/modules/boot/nixos/default.nix +++ b/modules/boot/nixos/default.nix @@ -24,7 +24,7 @@ in { configurationLimit = 3; }; efi.canTouchEfiVariables = true; - timeout = 0; # hold space to show boot menu + timeout = cfg.timeout; # hold space to show boot menu }; } // (lib.optionalAttrs cfg.secureBoot.enable { -- cgit v1.3.1