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