From 14ecf0c7fb40d39def514bebd7a1cfc15641a159 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Wed, 11 Nov 2015 12:07:08 +0100 Subject: [PATCH] services.tlsdated: use google.com as default host www.ptb.de returns incorrect dates. --- nixos/modules/services/networking/tlsdated.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/tlsdated.nix b/nixos/modules/services/networking/tlsdated.nix index f2d0c9f35c9..ff7d0178a81 100644 --- a/nixos/modules/services/networking/tlsdated.nix +++ b/nixos/modules/services/networking/tlsdated.nix @@ -63,7 +63,7 @@ in }); default = [ { - host = "www.ptb.de"; + host = "encrypted.google.com"; port = 443; proxy = null; }