fix: Set has_arm to false in nexterm.sh & nexterm.json (not tested)

This commit is contained in:
Mathias Wagner
2026-05-25 17:29:51 +02:00
parent b50424046f
commit 97592cc913
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
"type": "ct",
"updateable": true,
"privileged": false,
"has_arm": true,
"has_arm": false,
"interface_port": 6989,
"documentation": "https://docs.nexterm.dev/",
"website": "https://nexterm.dev/",