Port the frontend.
Enable ethernet connection.
This commit is contained in:
parent
08c904ba12
commit
29b952303a
9 changed files with 94 additions and 56 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue