forked from mirrors/nixpkgs
services.tlsdated: use google.com as default host
www.ptb.de returns incorrect dates.
This commit is contained in:
parent
fba69ef35a
commit
14ecf0c7fb
|
@ -63,7 +63,7 @@ in
|
|||
});
|
||||
default = [
|
||||
{
|
||||
host = "www.ptb.de";
|
||||
host = "encrypted.google.com";
|
||||
port = 443;
|
||||
proxy = null;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue