7 lines
75 B
Nix
7 lines
75 B
Nix
_: {
|
|
networking = {
|
|
nameservers = [
|
|
"127.0.0.53"
|
|
];
|
|
};
|
|
}
|