mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 20:17:45 +00:00
Add 1.1.1.1 and 8.8.8.8 as backup nameservers
This commit is contained in:
parent
6e037d6d3e
commit
8808152df7
1 changed files with 7 additions and 1 deletions
|
@ -3,5 +3,11 @@
|
||||||
systemConfiguration {
|
systemConfiguration {
|
||||||
services.kresd = enabled;
|
services.kresd = enabled;
|
||||||
|
|
||||||
networking.nameservers = [ "::1" "127.0.0.1" ];
|
networking.nameservers = [
|
||||||
|
"::1"
|
||||||
|
"127.0.0.1"
|
||||||
|
|
||||||
|
"1.1.1.1"
|
||||||
|
"8.8.8.8"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue