Skip to content

Commit 2c41ffa

Browse files
committed
Update nerves config to be more idiomatic
1 parent 85e0044 commit 2c41ffa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

config/target.exs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ config :nerves_runtime, :kernel, use_system_registry: false
1818
# https://github.com/nerves-project/erlinit/ for more information on
1919
# configuring erlinit.
2020

21-
config :nerves,
22-
erlinit: [
23-
hostname_pattern: "nerves-%s"
24-
]
21+
config :nerves, :erlinit, hostname_pattern: "nerves-%s"
2522

2623
# Configure the device for SSH IEx prompt access and firmware updates
2724
#

0 commit comments

Comments
 (0)