From 4c093e4143ac53c6e1acd202eb6ae7b78f66d0d1 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(+) (limited to 'hardware') 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