Move to mullvad DNS

This commit is contained in:
Kat Inskip 2023-11-12 08:25:05 -08:00
parent ab079b9766
commit 3403022403
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -4,14 +4,11 @@ in {
networking = {
networkmanager.dns = mkForce "none";
nameservers = [
"9.9.9.9"
"194.242.2.2#dns.mullvad.net"
];
};
services.resolved = {
enable = true;
fallbackDns = [
"9.9.9.9"
];
domains = ["~."];
dnssec = "true";
extraConfig = ''