commit 980353d6de0b060806cb9db283df0f1fe0164e9c parent af871d520f3591a39e737df4b25e208598326fb1 Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 28 Jan 2024 01:21:08 +0100 Debug Diffstat:
| M | nixos/worker-1/configuration.nix | | | 2 | +- |
| M | nixos/worker-2/configuration.nix | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -150,7 +150,7 @@ in { "10.0.3.4/24" ]; matchConfig = { - Name = "gre_nordgedanken"; + Name = "gre_nord"; }; }; gre_worker2 = { diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -112,7 +112,7 @@ in { enable = true; netdevConfig = { Kind = "gretap"; - Name = "gre_nordgedanken"; + Name = "gre_nord"; }; tunnelConfig = { Local = "10.0.2.2";