From 7d257c212841483b5f93a1762d126649e1e4822e Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Fri, 21 Mar 2025 14:52:48 -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 808f24a..8d77ced 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -26,7 +26,7 @@ networkmanager.enable = true; # networking.nameservers doesn't apply to resolvconf #nameservers = [ "9.9.9.9" "1.1.1.1" ]; - # resolvconf.extraConfig = "name_servers=\"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 = { "192.168.1.168" = [ "elnuhub.local" ];