From 30502a8367c9d7b5afa35ace2b7c5775449059cf Mon Sep 17 00:00:00 2001 From: ediblerope Date: Sun, 11 Jan 2026 10:26:51 +0000 Subject: [PATCH] Update common.nix --- common.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common.nix b/common.nix index bb52b7a..6ea55a8 100644 --- a/common.nix +++ b/common.nix @@ -11,6 +11,11 @@ ./apps/flatpaks.nix ]; + # Make boot time quicker + boot.loader.timeout = 1; + systemd.services.NetworkManager-wait-online.enable = false; + systemd.services.systemd-udev-settle.enable = false; + # Use latest kernel boot.kernelPackages = pkgs.linuxPackages_latest;