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 = {