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=";