From 9f116f79f7d82c694b0d414bde1286ef177cf531 Mon Sep 17 00:00:00 2001 From: juronja <101410098+juronja@users.noreply.github.com> Date: Fri, 13 Feb 2026 13:12:00 +0000 Subject: [PATCH] updated udateable and os flags --- frontend/public/json/truenas-vm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/json/truenas-vm.json b/frontend/public/json/truenas-vm.json index 7f11e7564..f35151a32 100644 --- a/frontend/public/json/truenas-vm.json +++ b/frontend/public/json/truenas-vm.json @@ -6,7 +6,7 @@ ], "date_created": "2026-01-16", "type": "vm", - "updateable": true, + "updateable": false, "privileged": false, "interface_port": null, "documentation": "https://www.truenas.com/docs/", @@ -22,7 +22,7 @@ "cpu": 2, "ram": 8192, "hdd": 16, - "os": null, + "os": "Debian", "version": null } }