hosts/ni: disable dhcpcd

It causes more trouble than benefits for its current setup.
This commit is contained in:
Gabriel Arazas 2023-12-15 13:27:54 +08:00
parent b533507f40
commit 2f0d63ca95
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -126,7 +126,7 @@ in
# We'll configure individual network interfaces to use DHCP since it can
# fail wait-online-interface.service.
networking.useDHCP = false;
networking.dhcpcd.enable = true;
networking.dhcpcd.enable = false;
networking.interfaces.enp1s0.useDHCP = true;
networking.interfaces.wlp2s0.useDHCP = true;