MyNixOS website logo
option

systemd.network.config.routeTables

Defines route table names as an attrset of name to number. See networkd.conf(5) for details.

Declarations
Type
attribute set of signed integer
Default
{ }
Example
{
  foo = 27;
}