diff options
Diffstat (limited to 'tools/cloud-init/PACKET')
-rw-r--r-- | tools/cloud-init/PACKET/config.boot.default | 6 | ||||
-rw-r--r-- | tools/cloud-init/PACKET/config.boot.default-debug | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/tools/cloud-init/PACKET/config.boot.default b/tools/cloud-init/PACKET/config.boot.default index b56a94aa..1ceff6a3 100644 --- a/tools/cloud-init/PACKET/config.boot.default +++ b/tools/cloud-init/PACKET/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 ttyS1 { diff --git a/tools/cloud-init/PACKET/config.boot.default-debug b/tools/cloud-init/PACKET/config.boot.default-debug index 660f1d0f..1b850568 100644 --- a/tools/cloud-init/PACKET/config.boot.default-debug +++ b/tools/cloud-init/PACKET/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 ttyS1 { |