summaryrefslogtreecommitdiff
path: root/modules/router.nix
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-10-07 08:24:45 -0400
committerKjetil Orbekk <kj@orbekk.com>2023-10-07 08:24:45 -0400
commitd27b3088cecb48422faca144de47d1c661e70bbf (patch)
treeb0327988868b506d763853838a8629ee1e9e7145 /modules/router.nix
parenteebe78829b1f4e057427afc5d59569acd0a24f80 (diff)
fix
Diffstat (limited to 'modules/router.nix')
-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;
};
};