MyNixOS website logo
option

systemd.network.networks.<name>.genericRandomEarlyDetectionConfig

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

Declarations
Type
attribute set of (systemd option)
Default
{ }
Example
{
  DefaultVirtualQueue = 3;
  Parent = "root";
  VirtualQueues = 5;
}