diff --git a/backend/lib/Configuration.js b/backend/lib/Configuration.js index 0ce4aad..5cd03eb 100644 --- a/backend/lib/Configuration.js +++ b/backend/lib/Configuration.js @@ -85,7 +85,7 @@ class Configuration { // BEGIN migration code to be removed with the next version if (parsedConfig.ntpClient.server === "pool.ntp.org") { - parsedConfig.ntpClient.server = "NoCloud.pool.ntp.org"; + parsedConfig.ntpClient.server = "pool.ntp.org"; // NoCloud sticks to the global one } // END migration code to be removed with the next version