diff --git a/json/add-tailscale-lxc.json b/json/add-tailscale-lxc.json index 5ee395600..13e247c84 100644 --- a/json/add-tailscale-lxc.json +++ b/json/add-tailscale-lxc.json @@ -31,6 +31,10 @@ "password": null }, "notes": [ + { + "text": "Only supported on Debian 12 LXCs", + "type": "warning" + }, { "text": "After the script finishes, reboot the LXC then run `tailscale up` in the LXC console", "type": "info" @@ -40,4 +44,4 @@ "type": "info" } ] -} \ No newline at end of file +}