MyNixOS website logo
option

virtualisation.interfaces

Extra network interfaces to add to the container or VM in addition to the ones created by virtualisation.vlans.

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
  enp1s0 = {
    vlan = 1;
  };
}