revert to default dhcp settings
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
28ddd3fedc
commit
d7ec165760
@ -16,12 +16,12 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
networks = {
|
networks = {
|
||||||
# enable DHCP for primary ethernet adapter
|
# enable DHCP for primary ethernet adapter
|
||||||
"10-lan" = {
|
# "10-lan" = {
|
||||||
matchConfig.Name = "eno1";
|
# matchConfig.Name = "eno1";
|
||||||
address = [ "192.168.76.2/32" ];
|
# address = [ "192.168.76.2/32" ];
|
||||||
routes = [ { routeConfig.Gateway = "192.168.76.1"; } ];
|
# routes = [ { routeConfig.Gateway = "192.168.76.1"; } ];
|
||||||
linkConfig.RequiredForOnline = "routable";
|
# linkConfig.RequiredForOnline = "routable";
|
||||||
};
|
# };
|
||||||
# default lan settings
|
# default lan settings
|
||||||
"60-def-lan" = {
|
"60-def-lan" = {
|
||||||
matchConfig.Name = "eno*";
|
matchConfig.Name = "eno*";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user