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