commit f4cfca7c14ce7fa5cd87d147c70e37e076858c62 parent 32a4e02d33272d884d94b0a04a0893fceb97cb1a Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 12 Sep 2023 20:34:44 +0200 Meow Diffstat:
| M | nixos/worker-1/configuration.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -224,7 +224,7 @@ in { checkReversePath = "loose"; - trustedInterfaces = [ "tailscale0" "floating1" "wg0" ]; + trustedInterfaces = [ "tailscale0" "floating1" "wg0" "cilium_host" "cilium_net" "cilium_vxlan" ]; enable = true; allowPing = true; logRefusedConnections = false;