diff --git a/hosts/microwave/configuration.nix b/hosts/microwave/configuration.nix index 8693ae7..a6a9b54 100644 --- a/hosts/microwave/configuration.nix +++ b/hosts/microwave/configuration.nix @@ -15,7 +15,7 @@ tdesktop signal-desktop cubicsdr - kicad + #kicad gimp inkscape ]; 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; };