Skip to content

Commit

Permalink
Update config for nerves_init_ec2
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Aug 3, 2018
1 parent eb5c028 commit b2b503f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ config :nerves_firmware_ssh,
]

config :nerves_init_ec2,
ifname: "eth0",
address_method: :dhcp,
node_host: :ip,
# ifname: "eth0",
# address_method: :dhcp,
# net_kernel: false,
# node_name: "nerves",
# node_name_public: false,
ssh_console_port: 22,
ssh_authorized_keys: [
# File.read!(Path.join(System.user_home!, ".ssh/authorized_keys"))
Expand Down

0 comments on commit b2b503f

Please sign in to comment.