dns: remove nextdns

Tailscale's already using it, and I am using Tailscale 24/7
This commit is contained in:
TheGeneralist 2025-08-02 17:04:12 +02:00
parent 6dbabd58b4
commit 818eeecc86
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4

View file

@ -3,8 +3,6 @@
in { in {
options.dnsServers = mkOption { options.dnsServers = mkOption {
default = [ default = [
"45.90.28.181#365fed.dns.nextdns.io"
"45.90.30.181#365fed.dns.nextdns.io"
"100.100.100.100#shorthair-wall.ts.net" "100.100.100.100#shorthair-wall.ts.net"
]; ];
}; };