mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-08-31 21:44:54 +02:00
moved a bunch of config files to clean the directory up a bit :)
This commit is contained in:
15
config/ntp.conf
Normal file
15
config/ntp.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
# Associate to Arch's NTP pool
|
||||
server 0.arch.pool.ntp.org
|
||||
server 1.arch.pool.ntp.org
|
||||
server 2.arch.pool.ntp.org
|
||||
server 3.arch.pool.ntp.org
|
||||
|
||||
# By default, the server allows:
|
||||
# - all queries from the local host
|
||||
# - only time queries from remote hosts, protected by rate limiting and kod
|
||||
restrict default kod limited nomodify nopeer noquery notrap
|
||||
restrict 127.0.0.1
|
||||
restrict ::1
|
||||
|
||||
# Location of drift file
|
||||
driftfile /var/lib/ntp/ntp.drift
|
Reference in New Issue
Block a user