Fix prefix length on Hosea

This commit is contained in:
Greg Hellings
2024-04-03 16:02:50 -05:00
parent 5e149b6608
commit e3121725d1
+1 -1
View File
@@ -37,7 +37,7 @@ in
useDHCP = false;
ipv4.addresses = [{
address = lanIpAddress;
prefixLength = 24;
prefixLength = 16;
}];
};
};