Current section
Files
Jump to
Current section
Files
config/config.exs
import Config
# NTP time synchronization configuration
# VIM3 does not have an RTC, so allow large time corrections on boot
config :nerves_time,
earliest_time: ~N[2020-01-01 00:00:00],
latest_time: ~N[2099-12-31 23:59:59],
servers: [
"0.pool.ntp.org",
"1.pool.ntp.org",
"2.pool.ntp.org",
"3.pool.ntp.org"
]