feat: route tos traffic via rossby (for now)

This commit is contained in:
2025-10-10 18:27:30 +02:00
parent bb56b8f3a6
commit 8d1d892f25
4 changed files with 96 additions and 4 deletions

View File

@@ -64,7 +64,13 @@ let
"40-${host.iface}" = {
matchConfig.Name = host.iface;
address = [ "${host.address}/24" ];
routes = [ { Gateway = "172.16.239.1"; } ];
routes = [
{ Gateway = "172.16.239.1"; }
{
Destination = "10.255.241.0/24";
Gateway = "172.16.239.221";
}
];
};
# "ibp1s0.7666" = {
"45-ibp1s0" = {