commit 276c63d9531a39acc776c7b6600fc05dcbd6812f parent 1ecd02b3f5f006a735a485c05035c10ef682bb72 Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 27 Oct 2023 22:26:01 +0200 Fix interfaces 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 @@ -270,7 +270,7 @@ in { checkReversePath = "loose"; - trustedInterfaces = [ "tailscale0" "floating1" "wg0" "wg1" ]; + trustedInterfaces = [ "tailscale0" "floating1" "worker2" "nordgedanken" ]; enable = true; allowPing = true; allowedTCPPorts = [ diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -262,7 +262,7 @@ in in { checkReversePath = "loose"; - trustedInterfaces = [ "tailscale0" "floating1" "wg0" "wg1" ]; + trustedInterfaces = [ "tailscale0" "floating1" "worker1" "nordgedanken" ]; enable = true; allowPing = true; allowedTCPPorts = [