MyNixOS website logo
option

systemd.network.netdevs.<name>.ipvlanConfig

Each attribute in this set specifies an option in the [IPVLAN] section of the unit. See systemd.netdev(5) for details.

Declarations
Type
attribute set of (systemd option)
Default
{ }
Example
{
  Flags = "private";
  Mode = "L2";
}