Update Legion LAN IP from 192.168.68.77 to 192.168.8.148
Static IP assigned on new network segment. Updates: - variables.tf default legion_ip - headscale nameserver config - bootstrap.sh default target - README/RUNBOOK documentation - media ingress comment
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
LEGION_IP="${1:-192.168.68.77}"
|
||||
LEGION_IP="${1:-192.168.8.148}"
|
||||
NVIDIA_DRIVER="nvidia-driver-580"
|
||||
|
||||
log() { echo ""; echo "==> $*"; }
|
||||
|
||||
Reference in New Issue
Block a user