From 352b28cc0418456a61305fc4ce8c4ac069543d2e Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 23 Aug 2025 12:07:14 +0530 Subject: chore(os): set boot loader timeout to 0 --- os/common/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/common/configuration.nix b/os/common/configuration.nix index 0b78187..5c06075 100644 --- a/os/common/configuration.nix +++ b/os/common/configuration.nix @@ -50,7 +50,7 @@ in }; boot = { - loader.timeout = 1; + loader.timeout = 0; initrd.systemd.enable = true; tmp.cleanOnBoot = true; }; -- cgit v1.2.3