nixos-configs/modules/networking.nix

4 lines
57 B
Nix

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