MyNixOS website logo
option

systemd.network.netdevs.<name>.macsecReceiveChannels

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

Declarations
Type
list of attribute set of (systemd option)
Default
[ ]
Example
[
  {
    MACAddress = "ab:cd:de:ef:ab:cd";
    Port = 1234;
  }
]