infra/nixos/modules/system/networking.nix

4 lines
61 B
Nix

{...}: {
networking.nameservers = ["1.1.1.1" "1.0.0.1"];
}