mirror of
http://code.capytal.cc/dot013/spacestation.git
synced 2026-01-15 23:46:13 -03:00
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