commit 7ab7127085a2578a714060967682496164fc3dae parent 91875a1cbd1c0d663f3db69709f1da426454296b Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 27 Jan 2024 19:45:07 +0100 Meow Diffstat:
| M | nixos/worker-2/configuration.nix | | | 5 | +---- |
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -571,10 +571,7 @@ in { protocol kernel { ipv4 { # Connect protocol to IPv4 table by channel - export filter { - if proto = "direct1" then reject; - accept; - }; + export all; import all; }; }