mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
hosts/ni: disable dhcpcd
It causes more trouble than benefits for its current setup.
This commit is contained in:
parent
b533507f40
commit
2f0d63ca95
@ -126,7 +126,7 @@ in
|
|||||||
# We'll configure individual network interfaces to use DHCP since it can
|
# We'll configure individual network interfaces to use DHCP since it can
|
||||||
# fail wait-online-interface.service.
|
# fail wait-online-interface.service.
|
||||||
networking.useDHCP = false;
|
networking.useDHCP = false;
|
||||||
networking.dhcpcd.enable = true;
|
networking.dhcpcd.enable = false;
|
||||||
networking.interfaces.enp1s0.useDHCP = true;
|
networking.interfaces.enp1s0.useDHCP = true;
|
||||||
networking.interfaces.wlp2s0.useDHCP = true;
|
networking.interfaces.wlp2s0.useDHCP = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user