From 36272fcb1459cab3825c61f63f34feac8e5129e9 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 25 Sep 2025 08:25:03 +0200 Subject: [PATCH] feat(tyr): use 1.1.1.1 dns, mullvad doesn't resolve. --- hosts/tyr/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/tyr/configuration.nix b/hosts/tyr/configuration.nix index db9176f..69a4ff3 100644 --- a/hosts/tyr/configuration.nix +++ b/hosts/tyr/configuration.nix @@ -26,10 +26,10 @@ } ]; networking.defaultGateway = "192.168.0.1"; - networking.nameservers = ["194.242.2.4#base.dns.mullvad.net"]; + networking.nameservers = ["1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one"]; services.resolved = { enable = true; - fallbackDns = ["194.242.2.4#base.dns.mullvad.net"]; + fallbackDns = ["1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one"]; dnssec = "true"; dnsovertls = "true"; domains = ["~."];