All network interfaces for the container or VM. Combines virtualisation.vlans and virtualisation.interfaces.
Declarations
Type
attribute set of (submodule)Default
{
eth1 = {
assignIP = true;
name = "eth1";
vlan = 1;
};
}All network interfaces for the container or VM. Combines virtualisation.vlans and virtualisation.interfaces.
attribute set of (submodule){
eth1 = {
assignIP = true;
name = "eth1";
vlan = 1;
};
}