diff options
| author | Grigory Shipunov | 2022-09-25 03:05:28 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-09-25 03:05:28 +0200 |
| commit | 22504fc7c5e1affd12c2e3254d2457c30193d4c7 (patch) | |
| tree | 8acc0b11b0ba99042777ea30abd9d04f2ebcd6f2 | |
| parent | badbed863900cc2d6589668b0ba14b046f606f87 (diff) | |
kicad not building
| -rw-r--r-- | hosts/microwave/configuration.nix | 2 | ||||
| -rw-r--r-- | 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; }; |
