MyNixOS website logo
option

networking.interfaces.<name>.ipv6.routes.*.options

Other route options. See the symbol OPTIONS in the ip-route(8) manual page for the details. You may also specify metric, src, protocol, scope, from and table, which are technically not route options, in the sense used in the manual.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  mtu = "1492";
  window = "524288";
}