From daae81bda5b3782e9a5c32f8d7938bb2907d9722 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Mon, 29 Aug 2022 22:51:18 +0200 Subject: [PATCH] change zentralwerk gateway --- hosts/microwave/network.nix | 4 ++-- 1 file 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; };