{ config, lib, pkgs, ... }: { networking = { usePredictableInterfaceNames = false; enableIPv6 = true; tempAddresses = "disabled"; interfaces.eth0.useDHCP = true; nameservers = [ "1.1.1.1" "8.8.8.8" ]; dhcpcd.extraConfig = '' nohook resolv.conf ''; }; }