commit 6a6c022d8d377d2b4ec0b5bae877edfe50b23d4f parent 1db4ce5662998f6aff69de4480570487d9216fbf Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 27 Aug 2023 01:15:21 +0200 Fix it all Diffstat:
| M | nixos/worker-1/configuration.nix | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -546,14 +546,14 @@ protocol kernel { ipv4 { import all; - export where proto = "wg" || proto = "dummy"; + export all; }; } protocol kernel { ipv6 { import all; - export where proto = "wg6" || proto = "dummy"; + export all; }; }