MyNixOS website logo
option

systemd.network.networks.<name>.cakeConfig

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

Declarations
Type
attribute set of (systemd option)
Default
{ }
Example
{
  Bandwidth = "40M";
  CompensationMode = "ptm";
  OverheadBytes = 8;
}