commit 5cb1a92e3164905e7c598b1d6c08bd6425d0a6f0 parent 4a51616a284c655c67d4cd80cff8a70b4e26fdf6 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 26 Aug 2023 22:39:46 +0200 Fix proto Diffstat:
| M | nixos/worker-1/configuration.nix | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -194,7 +194,7 @@ peers = { nordgedanken = { name = "nordgedanken"; - publicKey = "meow"; + publicKey = "M+OpQ/umgERHB+K6JJkszVChrRPqqYvMstbr28HRrSE="; allowedIPs = [ "0.0.0.0/0" "::/0" ]; endpoint = "100.64.0.3:51820"; }; @@ -535,7 +535,7 @@ protocol kernel { ipv4 { - export where proto = "tun" || proto = "dummy"; + export where proto = "wg" || proto = "dummy"; }; } @@ -554,7 +554,7 @@ protocol kernel { ipv6 { - export where proto = "tun" || proto = "dummy"; + export where proto = "wg6" || proto = "dummy"; }; }