wip networking

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-08-06 12:05:50 -05:00
parent e22501c9b5
commit 285c53540a
3 changed files with 94 additions and 45 deletions

View file

@ -85,7 +85,7 @@
# (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.useDHCP = lib.mkDefault true;
# networking.interfaces.enp1s0.useDHCP = lib.mkDefault true;
# networking.interfaces.enp2s0.useDHCP = lib.mkDefault true;
# networking.interfaces.wlp3s0.useDHCP = lib.mkDefault true;