Minor update; fix DHCP

This commit is contained in:
Felix Albrigtsen 2023-09-18 14:00:45 +02:00
parent 3394242bcc
commit c5ff668300
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@
# (the default) this is the recommended approach. When using systemd-networkd it's
# still possible to use this option, but it's recommended to use it in conjunction
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
networking.useDHCP = lib.mkDefault true;
# networking.interfaces.eno1.useDHCP = lib.mkDefault true;
# networking.interfaces.eno2.useDHCP = lib.mkDefault true;
# networking.interfaces.idrac.useDHCP = lib.mkDefault true;