diff options
| author | seth <[email protected]> | 2023-03-21 22:57:19 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-21 22:57:19 -0400 |
| commit | f5681326f3c01e52cbf6cbc625224c1a95f8fe17 (patch) | |
| tree | 5045cd9178eb789a6549118585828a350353d5a0 /hosts/turret/files/etc/config/system | |
| parent | a97b232e631242e8fa951c8c862270dc6a57f5cd (diff) | |
add config for turret (openwrt router)
Diffstat (limited to 'hosts/turret/files/etc/config/system')
| -rw-r--r-- | hosts/turret/files/etc/config/system | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/hosts/turret/files/etc/config/system b/hosts/turret/files/etc/config/system new file mode 100644 index 0000000..ee3415f --- /dev/null +++ b/hosts/turret/files/etc/config/system @@ -0,0 +1,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' |
