feat: use quad9 as the default DNS

This commit is contained in:
Guz
2024-11-15 14:19:49 -03:00
parent 53c15321a9
commit e62c4e22a5
3 changed files with 3 additions and 2 deletions

View File

@@ -146,7 +146,7 @@
prefixLength = 24;
}
];
nameservers = ["8.8.8.8" "1.1.1.1"];
nameservers = ["9.9.9.9"];
};
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;

View File

@@ -126,7 +126,7 @@
prefixLength = 24;
}
];
nameservers = ["8.8.8.8" "1.1.1.1"];
nameservers = ["9.9.9.9"];
};
# Enable sound with pipewire.

View File

@@ -60,6 +60,7 @@
prefixLength = 24;
}
];
nameservers = ["9.9.9.9"];
};
sound.enable = true;