disable fuckery de interface

This commit is contained in:
chem 2025-08-24 15:06:40 -06:00
parent b77f64cc27
commit e9a92ab48f

View file

@ -37,8 +37,8 @@
networkmanager.enable = true; networkmanager.enable = true;
useDHCP = false; # The global useDHCP flag is deprecated, therefore explicitly set to false here. useDHCP = false; # The global useDHCP flag is deprecated, therefore explicitly set to false here.
interfaces.enp7s0.useDHCP = true; # Per-interface useDHCP will be mandatory in the future, so this generated config #interfaces.enp7s0.useDHCP = true; # Per-interface useDHCP will be mandatory in the future, so this generated config
interfaces.wlp6s0.useDHCP = true; # replicates the default behaviour. #interfaces.wlp6s0.useDHCP = true; # replicates the default behaviour.
}; };
boot = { boot = {