MyNixOS website logo

This option allows you to define ipvlan interfaces which should be automatically created.

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
  wan = {
    interface = "enp2s0";
    mode = "l2";
    flags = "vepa";
  };
}