From 6c88747d7fa87a5deafe8996f788757af3dbf64c Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 18 Feb 2024 17:34:17 -0500 Subject: [PATCH] wireguard --- atauno/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atauno/configuration.nix b/atauno/configuration.nix index abea909..9c56224 100644 --- a/atauno/configuration.nix +++ b/atauno/configuration.nix @@ -116,7 +116,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/32" ]; + ips = [ "10.100.0.1/24" ]; # The port that WireGuard listens to. Must be accessible by the client. listenPort = 51820;