Fix incorrect NTP server address.

This commit is contained in:
H3arn 2023-02-21 22:45:20 +08:00
parent 17b78a6339
commit c59fb3cef3
No known key found for this signature in database
GPG Key ID: FD1106C9445D42D0
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ synchronization is not possible.
{
"ntp": {
"enabled": false,
"server": "ntp.apple.com",
"server": "time.apple.com",
"server_port": 123,
"interval": "30m",

View File

@ -10,7 +10,7 @@
{
"ntp": {
"enabled": false,
"server": "ntp.apple.com",
"server": "time.apple.com",
"server_port": 123,
"interval": "30m",