add omada

This commit is contained in:
2023-12-05 08:42:44 +01:00
parent 29952a822a
commit 4f3b06dcdf
3 changed files with 39 additions and 36 deletions

View File

@@ -7,7 +7,11 @@ in {
enable = true;
dockerCompat = true;
defaultNetwork.settings = {
# subnets = [{ gateway = "10.42.97.1"; subnet = "10.42.97.0/24"; }];
driver = "macvlan";
master = "vserver";
ipam_options = {
driver = "dhcp";
}
};
};
};