MyNixOS website logo

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

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