From 337b2bff00242c81763a9650acad3c8fcf0155a3 Mon Sep 17 00:00:00 2001 From: fallingsky04 Date: Fri, 8 Mar 2024 11:41:07 +0000 Subject: [PATCH] Allow nub's subnet to be an endpoint for the tunnel. Also leaves a some room for more people, but not too much *hehe* --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index cc60086..e751f99 100644 --- a/configuration.nix +++ b/configuration.nix @@ -48,7 +48,7 @@ # "wg0" is the network interface name. You can name the interface arbitrarily. wg0 = { # Determines the IP address and subnet of the server's end of the tunnel interface. - ips = [ "10.100.0.1/24" ]; + ips = [ "10.100.0.1/22" ]; # The port that WireGuard listens to. Must be accessible by the client. listenPort = 51820;