summary refs log tree commit diff
path: root/nixos/modules/services/networking/tlsdated.nix
diff options
context:
space:
mode:
authorPascal Wittmann <PascalWittmann@gmx.net>2015-11-11 12:07:08 +0100
committerPascal Wittmann <PascalWittmann@gmx.net>2015-11-11 12:07:08 +0100
commit14ecf0c7fb40d39def514bebd7a1cfc15641a159 (patch)
tree7fc4b461184cd13735eb234fbb65a72a643dd2fa /nixos/modules/services/networking/tlsdated.nix
parentfba69ef35ad27cc52529980c3256af0261026ad5 (diff)
downloadnixlib-14ecf0c7fb40d39def514bebd7a1cfc15641a159.tar
nixlib-14ecf0c7fb40d39def514bebd7a1cfc15641a159.tar.gz
nixlib-14ecf0c7fb40d39def514bebd7a1cfc15641a159.tar.bz2
nixlib-14ecf0c7fb40d39def514bebd7a1cfc15641a159.tar.lz
nixlib-14ecf0c7fb40d39def514bebd7a1cfc15641a159.tar.xz
nixlib-14ecf0c7fb40d39def514bebd7a1cfc15641a159.tar.zst
nixlib-14ecf0c7fb40d39def514bebd7a1cfc15641a159.zip
services.tlsdated: use google.com as default host
www.ptb.de returns incorrect dates.
Diffstat (limited to 'nixos/modules/services/networking/tlsdated.nix')
-rw-r--r--nixos/modules/services/networking/tlsdated.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/tlsdated.nix b/nixos/modules/services/networking/tlsdated.nix
index f2d0c9f35c9c..ff7d0178a81a 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;
           }