try to fix network

This commit is contained in:
2023-12-01 13:19:21 +01:00
parent b72910e8b4
commit d52c70df51

View File

@@ -9,12 +9,12 @@ in {
defaultNetwork.settings = {
driver = "macvlan";
network_interface = "lan";
# subnets = [
# {
# subnet = "10.42.97.0/24";
# gateway = "10.42.97.1";
# }
# ];
subnets = [
{
subnet = "10.42.96.0/24";
gateway = "10.42.96.1";
}
];
ipv6_enabled = false;
internal = false;
dns_enabled = false;