mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
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 New Issue
Block a user