MyNixOS website logo
option

virtualisation.interfaces

Network interfaces to add to the VM.

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