From c900b56eacdbb8fa73f0a4f3c35f8d67131f6f72 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Sun, 11 Jan 2026 10:56:14 +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 12b14ae..4d34221 100644 --- a/common.nix +++ b/common.nix @@ -12,7 +12,7 @@ ]; ############################################################################# # Make boot time quicker - boot.loader.timeout = 1; + boot.loader.timeout = 0; systemd.services.NetworkManager-wait-online.enable = false; systemd.services.systemd-udev-settle.enable = false; systemd.services.firewall = {