{ config, pkgs, ... }: { networking = { nameservers = [ "172.20.72.6" "9.9.9.9" "74.82.42.42" ]; }; }