MyNixOS website logo
option

systemd.network.networks.<name>.nextHops

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

Declarations
Type
list of attribute set of (systemd option)
Default
[ ]
Example
[
  {
    Gateway = "192.168.1.1";
    Id = 10;
  }
]