From 983f8c8a3d7285d2696a5fb41ce339ba520f81f6 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Tue, 24 Dec 2024 13:58:22 +0800 Subject: [PATCH] nixos/networking: remove dns workaround --- nixos/profiles/core/networking.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nixos/profiles/core/networking.nix b/nixos/profiles/core/networking.nix index ebcafa3..a27d625 100644 --- a/nixos/profiles/core/networking.nix +++ b/nixos/profiles/core/networking.nix @@ -1,12 +1,6 @@ { services.resolved.enable = true; - # FIXME: for some reason nslookup is not working - networking.nameservers = [ - "223.5.5.5" - "223.6.6.6" - ]; - ### https://wiki.archlinux.org/title/Sysctl#Improving_performance boot.kernelModules = [ "tcp_bbr" ]; boot.kernel.sysctl = {