commit 5963c64070d0e35635b445df1bb6a5cb94c92d59 parent 5b47a9088a700e3a6141ccd17ffec992e6f4d1fc Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 26 Aug 2023 21:09:24 +0200 Fix proto 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 @@ -505,7 +505,7 @@ protocol kernel { ipv4 { - export where proto = "wg"; + export where proto = "tun"; }; }