Desktop: Use dhcp.
This commit is contained in:
parent
93cfe699e4
commit
ee95f64e1a
|
@ -5,8 +5,7 @@
|
|||
matchConfig.Name = "enp5s0";
|
||||
linkConfig.RequiredForOnline = "routable";
|
||||
networkConfig = {
|
||||
DHCP = "ipv4";
|
||||
DNS = "10.0.0.1";
|
||||
DHCP = "yes";
|
||||
IPv6AcceptRA = true;
|
||||
};
|
||||
address = [
|
||||
|
|
|
@ -5,8 +5,7 @@
|
|||
matchConfig.Name = "enp4s0";
|
||||
linkConfig.RequiredForOnline = "routable";
|
||||
networkConfig = {
|
||||
DHCP = "ipv4";
|
||||
DNS = "10.0.0.1";
|
||||
DHCP = "yes";
|
||||
IPv6AcceptRA = true;
|
||||
};
|
||||
address = [
|
||||
|
|
Loading…
Reference in a new issue