systemd.network.config.routeTables

NixOS option

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

type: attribute set of signed integer
Default
{ }
Example
{
  foo = 27;
}
declared in: nixos/modules/system/boot/networkd.nixView source on NixOS/nixpkgs →