networking: set dns to cloudflare

This commit is contained in:
notohh 2024-01-02 00:08:28 -05:00
parent 36bbb8603a
commit 95d3f9be93
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -1,8 +1,8 @@
{lib, ...}: {
networking = {
nameservers = [
"185.12.64.2"
"185.12.64.1"
"1.1.1.1"
"1.0.0.1"
];
defaultGateway = "172.31.1.1";
defaultGateway6 = {