summaryrefslogtreecommitdiff
path: root/hardware
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-08-06 20:29:23 +0530
committersinanmohd <sinan@sinanmohd.com>2023-08-06 20:29:27 +0530
commit4c093e4143ac53c6e1acd202eb6ae7b78f66d0d1 (patch)
tree81e8de6def6c52029d3742a7b09ceea46b318d38 /hardware
parentf47b6349a329bc54b263ddeacb4c32e0fe727433 (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.nix1
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;
};