From a8fc9f492911dcb436469951d68d0fd44e9cf8b1 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 17 Oct 2021 21:56:51 +0200 Subject: yggdrasil-wg: ... --- modules/yggdrasil-wg/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/yggdrasil-wg') diff --git a/modules/yggdrasil-wg/default.nix b/modules/yggdrasil-wg/default.nix index ca683aad..a09b1d99 100644 --- a/modules/yggdrasil-wg/default.nix +++ b/modules/yggdrasil-wg/default.nix @@ -150,7 +150,7 @@ in { address = [wgHostIPs.${hostName}]; routes = [ { routeConfig = { - Destination = "${wgSubnet}/${toString wgSubnetLength}"; + Destination = "${wgSubnet}::/${toString wgSubnetLength}"; }; } ]; @@ -169,7 +169,7 @@ in { address = batHostIPs.${hostName}; routes = [ { routeConfig = { - Destination = "${batSubnet}/${toString batSubnetLength}"; + Destination = "${batSubnet}::/${toString batSubnetLength}"; }; } ]; -- cgit v1.2.3