From 22504fc7c5e1affd12c2e3254d2457c30193d4c7 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sun, 25 Sep 2022 03:05:28 +0200 Subject: [PATCH] kicad not building --- hosts/microwave/configuration.nix | 2 +- hosts/microwave/network.nix | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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; };