diff options
author | sinanmohd <sinan@firemail.cc> | 2023-08-06 20:29:23 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-08-06 20:29:27 +0530 |
commit | 5a641e216e7799b024261cc2b77f272fe6473782 (patch) | |
tree | 81e8de6def6c52029d3742a7b09ceea46b318d38 | |
parent | 62c6ea424100e9c415b987e329e43360d76992a9 (diff) |
cez: make dhcpcd fork to background immediately
drops 7 seconds off boot time, we can setup networking later on a laptop
-rw-r--r-- | hardware/cez.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; |