fix network config on palatine-hill

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-08-06 16:12:58 -04:00 committed by Alice Huston
parent 546734b0de
commit 62d3e7c1e3

View File

@ -20,16 +20,14 @@
matchConfig.Name = "eno1";
address = [ "192.168.76.2/24" ];
routes = [ { routeConfig.Gateway = "192.168.76.1"; } ];
networkConfig.IPForward = "yes";
IPForward = "yes";
linkConfig.RequiredForOnline = "routable";
};
# default lan settings
"60-def-lan" = {
matchConfig.type = "ether";
networkConfig = {
DHCP = "ipv4";
IPForward = "yes";
};
DHCP = "ipv4";
IPForward = "yes";
#routes = [ { routeConfig.Gateway = "192.168.76.1"; } ];
linkConfig.RequiredForOnline = "no";
};