gokrazy: read config from EC2 user-data on the appliance

One AMI now self-configures from user-data or, when absent, enrolls over
serial.

Updates #1866

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby
2026-07-14 10:29:19 +02:00
committed by Kristoffer Dalby
parent 758c28fd41
commit 5e0972344a
3 changed files with 33 additions and 0 deletions
+3
View File
@@ -32,6 +32,9 @@
]
},
"tailscale.com/cmd/tailscaled": {
"CommandLineFlags": [
"-config=optional:vm:user-data"
],
"GoBuildTags": [
"ts_appliance"
]