From d27b3088cecb48422faca144de47d1c661e70bbf Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 7 Oct 2023 08:24:45 -0400 Subject: fix --- modules/router.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/router.nix') diff --git a/modules/router.nix b/modules/router.nix index 67ce16c..6d952df 100644 --- a/modules/router.nix +++ b/modules/router.nix @@ -97,7 +97,6 @@ let interfaces.wg-vpn = { ips = [ "${vpnPrefix}::d"/128 ]; privateKeyFile = config.age.secrets.dragon-wireguard-key.path; - allowedIPs = [ "${vpnPrefix}::/64" ]; listenPort = vpnPort; }; }; -- cgit v1.2.3