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:
Will Anderson
2026-04-21 10:32:30 -05:00
parent 26c7d2259e
commit 3b3811942c
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -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 "==> $*"; }