nixos/networking: remove dns workaround

This commit is contained in:
Guanran Wang 2024-12-24 13:58:22 +08:00
parent 2e03a4c4d1
commit 983f8c8a3d
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

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