We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d8d01 commit 94e4afaCopy full SHA for 94e4afa
templates/new/config/config.exs
@@ -5,13 +5,9 @@
5
# is restricted to this project.
6
use Mix.Config
7
8
-# Customize the firmware. Uncomment all or parts of the following
9
-# to add files to the root filesystem or modify the firmware
10
-# archive.
11
-
12
-config :nerves, :firmware,
13
- rootfs_overlay: "rootfs_overlay"
14
-# fwup_conf: "config/fwup.conf"
+# Customize non-Elixir parts of the firmware. See
+# https://hexdocs.pm/nerves/advanced-configuration.html for details.
+config :nerves, :firmware, rootfs_overlay: "rootfs_overlay"
15
16
# Use shoehorn to start the main application. See the shoehorn
17
# docs for separating out critical OTP applications such as those
0 commit comments