Port the frontend.

Enable ethernet connection.
This commit is contained in:
Pim Kunis 2019-07-14 00:28:47 +02:00
parent 08c904ba12
commit 29b952303a
9 changed files with 94 additions and 56 deletions

View file

@ -31,8 +31,8 @@ config :nerves_firmware_ssh,
node_name = if Mix.env() != :prod, do: "firmware"
config :nerves_init_gadget,
ifname: "usb0",
address_method: :dhcpd,
ifname: "eth0",
address_method: :dhcp,
mdns_domain: "nerves.local",
node_name: node_name,
node_host: :mdns_domain