Desktop: Add DNS manually.

This commit is contained in:
Dmitry Voronin 2024-11-29 01:08:42 +03:00
parent ee95f64e1a
commit 26f43decb5
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@
linkConfig.RequiredForOnline = "routable";
networkConfig = {
DHCP = "yes";
DNS = "10.0.0.1";
IPv6AcceptRA = true;
};
address = [

View file

@ -6,6 +6,7 @@
linkConfig.RequiredForOnline = "routable";
networkConfig = {
DHCP = "yes";
DNS = "10.0.0.1";
IPv6AcceptRA = true;
};
address = [