MyNixOS website logo
option

systemd.network.networks.<name>.matchConfig

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

Declarations
Type
attribute set of (systemd option)
Default
{ }
Example
{
  Name = "eth0";
}