commit 6698dacc954c38eb9a8c3e3b7235c2a0ceac7126 parent 37f2b9642ed56497dcb63d767bd1e3315bbdf3a9 Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 17 Sep 2023 15:02:39 +0200 Meow Diffstat:
| M | nixos/worker-1/configuration.nix | | | 16 | ++++++++-------- |
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -180,14 +180,14 @@ endpoint = "95.217.202.35:51820"; } # worker-2 - { - publicKey = "gswnnC4NQp0fXXGDhLaPVslCYPHMsXti0JloOzuGdn8="; - allowedIPs = [ - "0.0.0.0/0" - "::/0" - ]; - endpoint = "65.109.5.159:51820"; - } + # { + # publicKey = "gswnnC4NQp0fXXGDhLaPVslCYPHMsXti0JloOzuGdn8="; + # allowedIPs = [ + # "0.0.0.0/0" + # "::/0" + # ]; + # endpoint = "65.109.5.159:51820"; + # } ]; };