mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +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 {
|
||||
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