Skip to content

Commit 8827353

Browse files
Use dhcpd instead of linklocal for defaults
1 parent 7201486 commit 8827353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/new/config/config.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ config :nerves_firmware_ssh,
4242

4343
config :nerves_init_gadget,
4444
ifname: "usb0",
45-
address_method: :linklocal,
45+
address_method: :dhcpd,
4646
mdns_domain: "nerves.local",
4747
node_name: nil,
4848
node_host: :mdns_domain,

0 commit comments

Comments
 (0)