commit 8d48d34fb4a44c089655daf1e57376886a6ec8d8 parent 80d102fb1a7c3505078d11f4ae8b6f8560c06360 Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 4 Oct 2023 12:35:49 +0200 Try to fix peers Diffstat:
| M | nixos/worker-1/configuration.nix | | | 10 | +++++----- |
| M | nixos/worker-2/configuration.nix | | | 10 | +++++----- |
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -175,11 +175,11 @@ # big one { publicKey = "M+OpQ/umgERHB+K6JJkszVChrRPqqYvMstbr28HRrSE="; - allowedIPs = [ - "10.100.12.1/24" - "10.100.0.2/24" - "fe99:13::2/64" - ]; + # allowedIPs = [ + # "10.100.12.1/24" + # "10.100.0.2/24" + # "fe99:13::2/64" + # ]; endpoint = "95.217.202.35:51820"; } # # worker-2 diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -148,11 +148,11 @@ # big one { publicKey = "M+OpQ/umgERHB+K6JJkszVChrRPqqYvMstbr28HRrSE="; - allowedIPs = [ - "10.100.12.1/24" - "10.100.0.2/24" - "fe99:13::2/64" - ]; + # allowedIPs = [ + # "10.100.12.1/24" + # "10.100.0.2/24" + # "fe99:13::2/64" + # ]; endpoint = "95.217.202.35:51820"; } # # worker-1