nixos: Use vendor zones instead of N.pool.ntp.org.
Closes #4824, thanks to @abh for processing my stupidity. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
f9c96df1d5
commit
c37611f3e5
@ -48,9 +48,10 @@ in
|
|||||||
|
|
||||||
servers = mkOption {
|
servers = mkOption {
|
||||||
default = [
|
default = [
|
||||||
"0.pool.ntp.org"
|
"0.nixos.pool.ntp.org"
|
||||||
"1.pool.ntp.org"
|
"1.nixos.pool.ntp.org"
|
||||||
"2.pool.ntp.org"
|
"2.nixos.pool.ntp.org"
|
||||||
|
"3.nixos.pool.ntp.org"
|
||||||
];
|
];
|
||||||
description = ''
|
description = ''
|
||||||
The set of NTP servers from which to synchronise.
|
The set of NTP servers from which to synchronise.
|
||||||
|
@ -45,9 +45,10 @@ in
|
|||||||
|
|
||||||
servers = mkOption {
|
servers = mkOption {
|
||||||
default = [
|
default = [
|
||||||
"0.pool.ntp.org"
|
"0.nixos.pool.ntp.org"
|
||||||
"1.pool.ntp.org"
|
"1.nixos.pool.ntp.org"
|
||||||
"2.pool.ntp.org"
|
"2.nixos.pool.ntp.org"
|
||||||
|
"3.nixos.pool.ntp.org"
|
||||||
];
|
];
|
||||||
description = ''
|
description = ''
|
||||||
The set of NTP servers from which to synchronise.
|
The set of NTP servers from which to synchronise.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user