feat(networking): use more stable nameservers
This commit is contained in:
@@ -99,7 +99,10 @@ with lib; {
|
||||
prefixLength = 24;
|
||||
}
|
||||
];
|
||||
nameservers = ["9.9.9.9"];
|
||||
nameservers = [
|
||||
"1.1.1.1"
|
||||
"8.8.8.8"
|
||||
];
|
||||
};
|
||||
|
||||
# SSH/Mosh configuration
|
||||
|
||||
Reference in New Issue
Block a user