add omada
This commit is contained in:
parent
29952a822a
commit
4f3b06dcdf
3 changed files with 39 additions and 36 deletions
|
|
@ -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";
|
||||
}
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue