2
0

note dhcp client rename

This commit is contained in:
2025-11-04 20:46:30 +00:00
parent d9f91e4820
commit bf7d02ae85
+10
View File
@@ -169,3 +169,13 @@ not
(svc.open "/nix/store/eeeeeeeeeeeeee-hellod/.outputs")
This simplifies most extant uses of it
2025-11-04
services.network.dhcp is deprecated in favour of services.dhcp4c
which is provided by modules/dhcp4c
The new module should be _mostly_ backward compatible, but it
doesn't hold the sr-rc database lock while waiting to get a lease,
which was a source of boot-time deadlocks