change network

This commit is contained in:
2023-12-05 09:03:31 +01:00
parent e039fa91da
commit 83f2a219c4
2 changed files with 2 additions and 8 deletions

View File

@@ -18,7 +18,8 @@
"/var/lib/omada/logs:/opt/tplink/EAPController/logs"
];
extraOptions = [
"--ip=10.42.97.2"
"--ip=10.42.97.3"
"--network=server"
];
};
};

View File

@@ -6,13 +6,6 @@ in {
podman = {
enable = true;
dockerCompat = true;
defaultNetwork.settings = {
driver = "macvlan";
network_interface = "vserver";
ipam_options = {
driver = "dhcp";
};
};
};
};
}