summaryrefslogtreecommitdiff
path: root/hosts/turret/files/etc/config/system
blob: ee3415fc4f2c34df7314f84d79d4f4be4cdf5f53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

config system
	option hostname 'turret'
	option timezone 'UTC'
	option ttylogin '0'
	option log_size '64'
	option urandom_seed '0'
	option compat_version '1.1'

config timeserver 'ntp'
	option enabled '1'
	option enable_server '0'
	list server '0.openwrt.pool.ntp.org'
	list server '1.openwrt.pool.ntp.org'
	list server '2.openwrt.pool.ntp.org'
	list server '3.openwrt.pool.ntp.org'