flake/darwin/profiles/common/core/networking.nix
2024-01-16 10:02:44 +08:00

9 lines
120 B
Nix

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