From eb338806a8309b183be685c541e4d7216230f4c9 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Wed, 27 Aug 2025 19:50:13 +0200 Subject: [PATCH] do DNS via mullvad too --- nixos/hosts/wheatley/configuration.nix | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index f204786..9e41ad8 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -176,14 +176,10 @@ # Configure DNS servers manually (this example uses Cloudflare and Google DNS) # IPv6 DNS servers can be used here as well. - #nameservers = [ - # "127.0.0.1" - # "::1" - #"94.140.14.49" - #"94.140.14.59" - #"2a10:50c0:0:0:0:0:ded:ff" - #"2a10:50c0:0:0:0:0:ded:ff" - #]; + nameservers = [ + "194.242.2.4" + "2a07:e340::4" + ]; wireguard.enable = true;