From e5ae047c1f3cff3a89fdd525e7574ccf22633c84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Gro=C3=9Fmann?= Date: Sat, 30 Dec 2023 00:10:38 +0100 Subject: [PATCH] fix: Quadd9 sadly not usable --- hosts/gojo/net.nix | 2 +- hosts/patricknix/net.nix | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/gojo/net.nix b/hosts/gojo/net.nix index c5dd116..0a3f29b 100644 --- a/hosts/gojo/net.nix +++ b/hosts/gojo/net.nix @@ -12,7 +12,7 @@ IPv6PrivacyExtensions = "yes"; MulticastDNS = true; }; - dns = ["9.9.9.9"]; + dns = ["1.1.1.1"]; dhcpV4Config.RouteMetric = 40; dhcpV6Config.RouteMetric = 40; }; diff --git a/hosts/patricknix/net.nix b/hosts/patricknix/net.nix index f2ab426..7a98916 100644 --- a/hosts/patricknix/net.nix +++ b/hosts/patricknix/net.nix @@ -93,7 +93,7 @@ IPv6PrivacyExtensions = "yes"; MulticastDNS = true; }; - dns = ["9.9.9.9"]; + dns = ["1.1.1.1"]; dhcpV4Config.RouteMetric = 10; dhcpV6Config.RouteMetric = 10; }; @@ -104,7 +104,7 @@ IPv6PrivacyExtensions = "yes"; MulticastDNS = true; }; - dns = ["9.9.9.9"]; + dns = ["1.1.1.1"]; dhcpV4Config.RouteMetric = 10; dhcpV6Config.RouteMetric = 10; }; @@ -115,7 +115,7 @@ IPv6PrivacyExtensions = "yes"; MulticastDNS = true; }; - dns = ["9.9.9.9"]; + dns = ["1.1.1.1"]; dhcpV4Config.RouteMetric = 40; dhcpV6Config.RouteMetric = 40; };