diff options
Diffstat (limited to 'tools/cloud-init/GCE')
-rw-r--r-- | tools/cloud-init/GCE/config.boot.default | 6 | ||||
-rw-r--r-- | tools/cloud-init/GCE/config.boot.default-debug | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/tools/cloud-init/GCE/config.boot.default b/tools/cloud-init/GCE/config.boot.default index cac26936..5af780a9 100644 --- a/tools/cloud-init/GCE/config.boot.default +++ b/tools/cloud-init/GCE/config.boot.default @@ -11,9 +11,9 @@ system { } } ntp { - server "0.pool.ntp.org" - server "1.pool.ntp.org" - server "2.pool.ntp.org" + server "time1.vyos.net" + server "time2.vyos.net" + server "time3.vyos.net" } console { device ttyS0 { diff --git a/tools/cloud-init/GCE/config.boot.default-debug b/tools/cloud-init/GCE/config.boot.default-debug index a51c3f4d..a4f32062 100644 --- a/tools/cloud-init/GCE/config.boot.default-debug +++ b/tools/cloud-init/GCE/config.boot.default-debug @@ -22,9 +22,9 @@ system { } } ntp { - server "0.pool.ntp.org" - server "1.pool.ntp.org" - server "2.pool.ntp.org" + server "time1.vyos.net" + server "time2.vyos.net" + server "time3.vyos.net" } console { device ttyS0 { |