{ pkgs, lib, config, ... }: { networking = { interfaces.enp1s0.useDHCP = true; #interfaces.enp2s0.useDHCP = true; #interfaces.enp3s0.useDHCP = true; }; }