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

10 lines
120 B
Nix
Raw Normal View History

2024-01-15 04:18:06 +00:00
{
2024-01-03 14:41:18 +00:00
networking.dns = [
### AliDNS
"223.5.5.5"
"223.6.6.6"
"2400:3200::1"
"2400:3200:baba::1"
];
}