hosts/common: Add timeservers

This commit is contained in:
The Hedgehog 2022-08-30 12:38:18 -04:00
parent 73a45fea36
commit 5e5159ab9f
Signed by: thehedgehog
GPG key ID: 8CDF3F7CAA53A0F5

View file

@ -7,6 +7,12 @@
"172.23.0.53"
"172.20.0.53"
];
timeServers = [
"0.pool.ntp.org"
"1.pool.ntp.org"
"2.pool.ntp.org"
"3.pool.ntp.org"
];
resolvconf.extraConfig = ''
name_servers="100.64.0.3 45.11.45.11 fd42:d42:d42:53::1 fd42:d42:d42:54::1 172.23.0.53 172.20.0.53"
'';