From 1b9827e47bfc7d9c32ccd7da0ad8157d634041f7 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 7 Oct 2023 09:49:37 -0400 Subject: fix --- modules/router.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/router.nix b/modules/router.nix index e86209f..2811035 100644 --- a/modules/router.nix +++ b/modules/router.nix @@ -329,7 +329,7 @@ in { listenPort = vpnPort; peers = let mkPeer = host: ip: { name = "host"; - ips = [ "${vpnPrefix}::${ip}/128" ]; + allowedIPs = [ "${vpnPrefix}::${ip}/128" ]; publicKey = (builtins.readFile (../secrets + "/${host}-wireguard-key.pub")); endpoint = null; router = false; -- cgit v1.2.3