summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/router.nix1
1 files changed, 0 insertions, 1 deletions
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;
};
};