# Declarative system identity generated from inventory.

config system
	option hostname '__HOSTNAME__'
	option timezone 'CET-1CEST,M3.5.0,M10.5.0/3'
	option zonename 'Europe/Zurich'
	option ttylogin '0'
	# 1 MB log buffer (default 16/128 KB wraps in ~24h of router activity
	# and we lost the root cause of a stuck-scan incident because of it).
	option log_size '1024'
	option urandom_seed '0'

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'
