feat: route tos traffic via rossby (for now)
This commit is contained in:
@@ -114,7 +114,6 @@ in
|
||||
networking = {
|
||||
useNetworkd = true;
|
||||
hostName = name;
|
||||
nameservers = [ "8.8.8.8" "8.8.4.4" ];
|
||||
firewall = {
|
||||
allowedTCPPorts = [ 6443 ];
|
||||
extraCommands = ''
|
||||
@@ -127,7 +126,13 @@ in
|
||||
networks."40-enp65s0np0" = {
|
||||
matchConfig.Name = "enp65s0np0";
|
||||
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";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user