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;