servo: fix missing route table for doof

This commit is contained in:
Colin 2024-06-17 07:31:28 +00:00
parent d45e3fda5e
commit 4c8695aae8

View File

@ -179,9 +179,11 @@ in
}; };
# create a new routing table that we can use to proxy traffic out of the root namespace # create a new routing table that we can use to proxy traffic out of the root namespace
# through the ovpns namespace, and to the WAN via VPN. # through the wireguard namespaces, and to the WAN via VPN.
# i think the numbers here aren't particularly important.
networking.iproute2.rttablesExtraConfig = '' networking.iproute2.rttablesExtraConfig = ''
5 ovpns 11 ovpns
12 doof
''; '';
networking.iproute2.enable = true; networking.iproute2.enable = true;
}; };