commit 62e580e7a6c8ab47233ac61bec4c9dbc8d507378 parent f24149d5c291b2b65a25d19e249f6d51cc07babd Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 4 Oct 2023 13:30:32 +0200 Make wg1 trusted 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 @@ -265,7 +265,7 @@ in { checkReversePath = "loose"; - trustedInterfaces = [ "tailscale0" "floating1" "wg0" ]; + trustedInterfaces = [ "tailscale0" "floating1" "wg0" "wg1" ]; enable = true; allowPing = true; allowedTCPPorts = [ diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -238,7 +238,7 @@ in { checkReversePath = "loose"; - trustedInterfaces = [ "tailscale0" "floating1" "wg0" ]; + trustedInterfaces = [ "tailscale0" "floating1" "wg0" "wg1" ]; enable = true; allowPing = true; allowedTCPPorts = [