diff --git a/scripts/provision-raw-gpu-droplet.sh b/scripts/provision-raw-gpu-droplet.sh index afc4dcf8..db157373 100755 --- a/scripts/provision-raw-gpu-droplet.sh +++ b/scripts/provision-raw-gpu-droplet.sh @@ -315,7 +315,7 @@ WireGuard mesh join (wg1) for the new GPU droplet — matches the pattern used f 2. Create /etc/wireguard/wg1.conf (example; adapt addresses from uvlava variables or mesh-hosts): [Interface] - Address = 10.9.0.6/32 # next free in the /24, e.g. .6 for gpu + Address = 10.9.0.9/32 # .6 is redroid now; .9 = next free for the on-demand GPU ListenPort = 51820 PrivateKey = $(cat /etc/wireguard/wg1.key)