MyNixOS website logo
option

systemd.network.config.networkConfig

Each attribute in this set specifies an option in the [Network] section of the networkd config. See networkd.conf(5) for details.

Declarations
Type
attribute set of (systemd option)
Default
{ }
Example
{
  ManageForeignRoutingPolicyRules = false;
  SpeedMeter = true;
}