diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-08-06 20:29:23 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-08-06 20:29:27 +0530 |
commit | 4c093e4143ac53c6e1acd202eb6ae7b78f66d0d1 (patch) | |
tree | 81e8de6def6c52029d3742a7b09ceea46b318d38 /hardware | |
parent | f47b6349a329bc54b263ddeacb4c32e0fe727433 (diff) |
cez: make dhcpcd fork to background immediately
drops 7 seconds off boot time, we can setup networking later on a laptop
Diffstat (limited to 'hardware')
-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; }; |