commit 18ff5bc4ebab4ecfc20e118371464f5aade63764 parent cc5497d1dc0a4c3f27f4eb2f88f3d40a01677573 Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 28 Jan 2024 01:10:01 +0100 Debug Diffstat:
| M | nixos/worker-1/configuration.nix | | | 3 | +++ |
| M | nixos/worker-2/configuration.nix | | | 3 | +++ |
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -173,6 +173,9 @@ in { address = [ "10.0.2.1/32" ]; + routes = [ + {routeConfig.Gateway = "10.0.0.1";} + ]; tunnel = [ "gre_worker2" "gre_nordgedanken" diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -152,6 +152,9 @@ in { address = [ "10.0.2.2/32" ]; + routes = [ + {routeConfig.Gateway = "10.0.0.1";} + ]; tunnel = [ "gre_nordgedanken" "gre_worker1"