mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 05:07:34 +02:00
Compare commits
2 Commits
9429b48aaa
...
71a8913d37
Author | SHA1 | Date | |
---|---|---|---|
71a8913d37 | |||
dfcbc7e971 |
@ -1 +1 @@
|
|||||||
Subproject commit 5cf286df181d4a7814e11066d33e4a3638df29c5
|
Subproject commit 3577d61431e7223d7998f94757c51649a12a836d
|
2
etc/systemd/timesyncd.conf.d/00-fallback-poolntporg.conf
Normal file
2
etc/systemd/timesyncd.conf.d/00-fallback-poolntporg.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[Time]
|
||||||
|
FallbackNTP=pool.ntp.org
|
10
etc/systemd/timesyncd.conf.d/README.md
Normal file
10
etc/systemd/timesyncd.conf.d/README.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# systemd-timesyncd source configuration
|
||||||
|
|
||||||
|
For more information about the time servers, refer to their websites or
|
||||||
|
`../../chrony/sources.d` which comes with more detailed comments. Chrony
|
||||||
|
is my preferred NTP client/server, but SteamOS happens to come with
|
||||||
|
systemd-timesyncd enabled and using the pool.ntp.org, so I had to revive this
|
||||||
|
at least partially.
|
||||||
|
|
||||||
|
It looks like multiple files can be used simultaneously judging by
|
||||||
|
`timedatectl show-timesync`
|
@ -1,3 +1,2 @@
|
|||||||
[Time]
|
[Time]
|
||||||
NTP=time.cloudflare.com
|
NTP=time.cloudflare.com
|
||||||
FallbackNTP=pool.ntp.org
|
|
||||||
|
2
etc/systemd/timesyncd.conf.d/dna-moi.conf
Normal file
2
etc/systemd/timesyncd.conf.d/dna-moi.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[Time]
|
||||||
|
NTP=ntp.dnainternet.fi
|
2
etc/systemd/timesyncd.conf.d/elisa.conf
Normal file
2
etc/systemd/timesyncd.conf.d/elisa.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[Time]
|
||||||
|
NTP=ntp1.kolumbus.fi ntp2.kolumbus.fi ntp.saunalahti.fi
|
2
etc/systemd/timesyncd.conf.d/finland.conf
Normal file
2
etc/systemd/timesyncd.conf.d/finland.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[Time]
|
||||||
|
NTP=time.mikes.fi time1.mikes.fi time2.mikes.fi time3.mikes.fi
|
2
etc/systemd/timesyncd.conf.d/hetzner.conf
Normal file
2
etc/systemd/timesyncd.conf.d/hetzner.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[Time]
|
||||||
|
NTP=ntp.hetzner.de
|
2
etc/systemd/timesyncd.conf.d/telia.conf
Normal file
2
etc/systemd/timesyncd.conf.d/telia.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[Time]
|
||||||
|
NTP=ntp.inet.fi
|
Loading…
x
Reference in New Issue
Block a user