From 47e43be1460b60f9b6b8b32855560d812e7e24ac Mon Sep 17 00:00:00 2001 From: Wekuz Date: Sat, 4 Apr 2026 00:02:47 +0300 Subject: [PATCH] Disable bootloader timeout --- hosts/plexy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/plexy/default.nix b/hosts/plexy/default.nix index bdf1e32..0ec6ae7 100644 --- a/hosts/plexy/default.nix +++ b/hosts/plexy/default.nix @@ -41,7 +41,7 @@ configurationLimit = 8; }; efi.canTouchEfiVariables = true; - timeout = 1; + timeout = 0; }; nixpkgs.hostPlatform = "x86_64-linux";