commit 8314c3f6aef67eb91db7bffc4a769d43e2169abe parent 78afe43a6c31984191d552a4e479f66132953b7f Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 28 Oct 2023 01:07:31 +0200 Use internal network for wireguard where possible 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 @@ -209,7 +209,7 @@ "0.0.0.0/0" ]; persistentKeepalive = 25; - endpoint = "37.27.5.79:51841"; + endpoint = "10.0.0.3:51841"; } ]; }; diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -201,7 +201,7 @@ in "0.0.0.0/0" ]; persistentKeepalive = 25; - endpoint = "49.13.24.105:51821"; + endpoint = "10.0.0.2:51821"; } ]; };