flake/darwin/profiles/common/core/networking.nix

9 lines
123 B
Nix

_: {
networking.dns = [
### AliDNS
"223.5.5.5"
"223.6.6.6"
"2400:3200::1"
"2400:3200:baba::1"
];
}