From bfca337ab91b8eb42ec3653bfa558aa43b5ec7fe Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sat, 27 Sep 2025 11:18:06 +0200 Subject: [PATCH] feat(ymir): use tyr as dns server. --- hosts/ymir/configuration.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/hosts/ymir/configuration.nix b/hosts/ymir/configuration.nix index dd35f81..416c8e2 100644 --- a/hosts/ymir/configuration.nix +++ b/hosts/ymir/configuration.nix @@ -44,13 +44,10 @@ # Enable networking networking.networkmanager.enable = true; - networking.nameservers = ["1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one"]; + networking.nameservers = ["192.168.0.5"]; services.resolved = { enable = true; - fallbackDns = ["1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one"]; - dnssec = "true"; - dnsovertls = "true"; - domains = ["~."]; + fallbackDns = ["192.168.0.5"]; }; # Set your time zone.