···4141 # (the default) this is the recommended approach. When using systemd-networkd it's
4242 # still possible to use this option, but it's recommended to use it in conjunction
4343 # with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
4444- networking.useDHCP = lib.mkDefault true;
4444+ # networking.useDHCP = lib.mkDefault true;
4545 # networking.interfaces.enp0s31f6.useDHCP = lib.mkDefault true;
4646 # networking.interfaces.wlp3s0.useDHCP = lib.mkDefault true;
4747