{ config, ... }: { networking = { hostName = config.hostcfg.hostname; useDHCP = true; nameservers = [ "1.1.1.1" "9.9.9.9" ]; firewall = { enable = true; }; }; }