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 integerDefault
{ }Example
declared in: nixos/modules/system/boot/networkd.nixView source on NixOS/nixpkgs →{
foo = 27;
}