From bbbea14c45f0766e01ad7c03e35ed48a00439f25 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Sat, 22 Mar 2025 11:28:42 -0700 Subject: [PATCH] Fix DNS? --- hosts/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 8d77ced..1db9edb 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -25,7 +25,7 @@ networking = { networkmanager.enable = true; # networking.nameservers doesn't apply to resolvconf - #nameservers = [ "9.9.9.9" "1.1.1.1" ]; + # nameservers = [ "9.9.9.9" "1.1.1.1" ]; resolvconf.extraConfig = "name_servers=\"9.9.9.9 1.1.1.1\""; # Temporary since MagicDNS is broken hosts = {