From 04a224bc301fa47887cd057ab0970c1668f91170 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 18 Mar 2026 19:22:11 +0000 Subject: [PATCH] Update common.nix --- common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.nix b/common.nix index aa5b450..2fcc45a 100644 --- a/common.nix +++ b/common.nix @@ -47,7 +47,7 @@ in ############################################################################# # Make boot time quicker - boot.loader.timeout = 1; + boot.loader.timeout = 5; boot.loader.systemd-boot.configurationLimit = 5; systemd.services.NetworkManager-wait-online.enable = false; systemd.services.systemd-udev-settle.enable = false;