systemd.network.config.networkConfig

NixOS option

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 in: nixos/modules/system/boot/networkd.nixView source on NixOS/nixpkgs →