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.

Type
attribute set of (systemd option)
Default
{
  IPv6PrivacyExtensions = true;
}
Example
{
  ManageForeignRoutingPolicyRules = false;
  SpeedMeter = true;
}
Declared
<nixpkgs/nixos/modules/system/boot/networkd.nix>