feat(networking): use more stable nameservers

This commit is contained in:
Guz
2026-01-01 19:28:31 -03:00
parent 2d4b36cf96
commit 50fd3e97e7

View File

@@ -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