infra/nixos/modules/system/networking.nix

4 lines
61 B
Nix
Raw Normal View History

2024-10-13 15:16:39 -05:00
{...}: {
networking.nameservers = ["1.1.1.1" "1.0.0.1"];
}