diff options
| author | Grigory Shipunov | 2022-08-29 22:51:18 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-08-29 22:51:18 +0200 |
| commit | daae81bda5b3782e9a5c32f8d7938bb2907d9722 (patch) | |
| tree | 27b4a1c866df99902f2a02ea09bfd024fb4b0a2c /hosts | |
| parent | 5c6062394c5f94cfa5f68eb9457a5f55e6b99e8f (diff) | |
change zentralwerk gateway
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/microwave/network.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/microwave/network.nix b/hosts/microwave/network.nix index 520f694..5cf8b35 100644 --- a/hosts/microwave/network.nix +++ b/hosts/microwave/network.nix @@ -163,14 +163,14 @@ routes = [ { routeConfig = { - Gateway = "172.20.72.4"; + Gateway = "172.20.72.1"; Destination = "172.20.72.0/21"; Metric = 666; }; } { routeConfig = { - Gateway = "172.20.72.4"; + Gateway = "172.20.72.1"; Destination = "172.20.90.0/24"; Metric = 666; }; |
