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

@@ -119,7 +119,13 @@ in {
matchConfig.Name = "enp1s0np0";
DHCP = "no";
address = [ "${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";
}
];
};
};