MyNixOS website logo
option

systemd.network.netdevs.<name>.macsecTransmitAssociations

Each item in this array specifies an option in the [MACsecTransmitAssociation] section of the unit. See systemd.netdev(5) for details.

Declarations
Type
list of attribute set of (systemd option)
Default
[ ]
Example
[
  {
    Activate = true;
  }
]