Desktop: Use dhcp.

This commit is contained in:
Dmitry Voronin 2024-11-29 00:44:11 +03:00
parent 93cfe699e4
commit ee95f64e1a
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 2 additions and 4 deletions

View file

@ -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 = [

View file

@ -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 = [