From cd2f69351583a523e72249c616b3966e599b9cf9 Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Mon, 25 Dec 2023 21:53:14 +0100 Subject: [PATCH] Fix wireguard --- configurations/london/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configurations/london/default.nix b/configurations/london/default.nix index 25ca7e9..151ecf8 100644 --- a/configurations/london/default.nix +++ b/configurations/london/default.nix @@ -84,7 +84,7 @@ # Rock Pro 64 publicKey = "XVmG3/rNsCqc8KCmOx3+UUn9DJOnJ40Uxid5JGdChR4="; endpoint = "${extraInfo.wireguard.rockProEndpoint}:51820"; - allowedIPs = [ "10.100.0.1/8" ]; + allowedIPs = [ "10.100.0.1" ]; persistentKeepalive = 25; } @@ -92,7 +92,7 @@ # VPS publicKey = "x45YsLDpMJw1pwKOvkyzdesen3lFcKpxCXACGz+xtDs="; endpoint = "${extraInfo.wireguard.VPSEndpoint}:51820"; - allowedIPs = [ "10.100.0.2/8" ]; + allowedIPs = [ "10.100.0.2" ]; persistentKeepalive = 25; } ];