From 5a641e216e7799b024261cc2b77f272fe6473782 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 6 Aug 2023 20:29:23 +0530 Subject: cez: make dhcpcd fork to background immediately drops 7 seconds off boot time, we can setup networking later on a laptop --- hardware/cez.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hardware/cez.nix b/hardware/cez.nix index dc474e6..fbfbde0 100644 --- a/hardware/cez.nix +++ b/hardware/cez.nix @@ -14,6 +14,7 @@ networking = { hostName = "cez"; + dhcpcd.wait = "background"; wireless.iwd.enable = true; }; -- cgit v1.2.3