8 lines
75 B
Nix
8 lines
75 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
networking.nameservers = [
|
||
|
"1.1.1.1"
|
||
|
"8.8.8.8"
|
||
|
];
|
||
|
}
|