From 3fade7c6676cbf25060a77dbfb8daec6bfc9d306 Mon Sep 17 00:00:00 2001 From: fallingsky04 Date: Thu, 7 Mar 2024 07:58:31 +0000 Subject: [PATCH] Give nub the 10.100.1.0/24 subnet --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index fcf7b37..4514257 100644 --- a/configuration.nix +++ b/configuration.nix @@ -77,7 +77,7 @@ # Public key of the peer (not a file path). publicKey = "L4msD0mEG2ctKDtaMJW2y3cs1fT2LBRVV7iVlWZ2nZc="; # List of IPs assigned to this peer within the tunnel subnet. Used to configure routing. - allowedIPs = [ "10.100.0.2/32" ]; + allowedIPs = [ "10.100.1.0/24" ]; } { # ku publicKey = "L4msD0mEG2ctKDtaMJW2y3cs1fT2LBRVV7iVlWZ2nZc=";