networking: set dns to cloudflare
This commit is contained in:
parent
36bbb8603a
commit
95d3f9be93
1 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue