commit 1e815205726e8335fe1ae845a953e842a0955125 parent dc761c8a15eb0c0286b936deb86e861df284e89f Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 3 Oct 2023 21:39:35 +0200 Fix wg peers Diffstat:
| M | nixos/worker-1/configuration.nix | | | 18 | +++++++++--------- |
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -182,15 +182,15 @@ ]; endpoint = "95.217.202.35:51820"; } - # worker-2 - { - publicKey = "gswnnC4NQp0fXXGDhLaPVslCYPHMsXti0JloOzuGdn8="; - allowedIPs = [ - "10.100.0.3/24" - "fe99:13::3/64" - ]; - endpoint = "37.27.5.79:51820"; - } + # # worker-2 + # { + # publicKey = "gswnnC4NQp0fXXGDhLaPVslCYPHMsXti0JloOzuGdn8="; + # allowedIPs = [ + # "10.100.0.3/24" + # "fe99:13::3/64" + # ]; + # endpoint = "37.27.5.79:51820"; + # } ]; };