From 793ef753542a2f23f4352c11cd77ea19a7771bd3 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Mon, 16 Mar 2026 10:31:51 +0000 Subject: [PATCH] Update common.nix --- common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common.nix b/common.nix index 3dec3ff..1d12508 100644 --- a/common.nix +++ b/common.nix @@ -47,7 +47,8 @@ in ############################################################################# # Make boot time quicker - boot.loader.timeout = 0; + boot.loader.timeout = 1; + boot.loader.systemd-boot.configurationLimit = 5; systemd.services.NetworkManager-wait-online.enable = false; systemd.services.systemd-udev-settle.enable = false; systemd.services.firewall = {