diff options
Diffstat (limited to 'hosts/microwave/network.nix')
| -rw-r--r-- | hosts/microwave/network.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/microwave/network.nix b/hosts/microwave/network.nix index 64709dc..b56e8fb 100644 --- a/hosts/microwave/network.nix +++ b/hosts/microwave/network.nix @@ -166,21 +166,21 @@ routes = [ { routeConfig = { - Gateway = "172.20.72.4"; + Gateway = "172.20.76.225"; Destination = "172.20.72.0/21"; Metric = 9999; }; } { routeConfig = { - Gateway = "172.20.72.4"; + Gateway = "172.20.76.225"; Destination = "172.20.90.0/24"; Metric = 9999; }; } { routeConfig = { - Gateway = "172.20.72.4"; + Gateway = "172.20.76.225"; Destination = "172.22.99.0/24"; Metric = 9999; }; |
