MyNixOS website logo
option

systemd.network.networks.<name>.neighbors

A list of [Neighbor] sections to be added to the unit. See systemd.network(5) for details.

Declarations
Type
list of attribute set of (systemd option)
Default
[ ]
Example
[
  {
    Address = "192.168.0.100/24";
    LinkLayerAddress = "aa:bb:cc:dd:ee:ff";
  }
]