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

10 lines
123 B
Nix
Raw Normal View History

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"
];
}