2
0

fix reference to dhcp client in tutorial

This commit is contained in:
2025-11-09 22:08:03 +00:00
parent e5c036f100
commit 4abdbeb1ea
+1 -1
View File
@@ -162,7 +162,7 @@ diff -u examples/hello-from-qemu.nix examples/hello-from-mt300.nix
You'll see a new `+boot.tftp+` stanza which you can ignore,
`+services.dns+` has been removed, and the static IP address allocation
has been replaced by a `+dhcp.client+` service.
has been replaced by a DHCP client service.
[source,console]
----