diff --git a/hosts/http-proxy/wireguard.nix b/hosts/http-proxy/wireguard.nix index 9a7bbba..ef5a4d1 100644 --- a/hosts/http-proxy/wireguard.nix +++ b/hosts/http-proxy/wireguard.nix @@ -10,7 +10,7 @@ interfaces = { wg0 = { - ips = [ "10.69.222.2/24" ]; + ips = [ "10.69.222.3/24" ]; mtu = 1384; listenPort = 51820; privateKeyFile = config.sops.secrets.wireguard_private_key.path;