try to fix network
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user