diff --git a/json/debian-vm.json b/json/debian-vm.json index f1609ca3..6c22f1fb 100644 --- a/json/debian-vm.json +++ b/json/debian-vm.json @@ -20,7 +20,7 @@ "resources": { "cpu": "2", "ram": "2048", - "hdd": "2G", + "hdd": "2", "os": null, "version": null } diff --git a/json/haos-vm.json b/json/haos-vm.json index 2eb80bf6..80f95fcb 100644 --- a/json/haos-vm.json +++ b/json/haos-vm.json @@ -20,7 +20,7 @@ "resources": { "cpu": "2", "ram": "4096", - "hdd": "32G", + "hdd": "32", "os": null, "version": null } diff --git a/json/nextcloud-vm.json b/json/nextcloud-vm.json index bb7a1ae1..83942b49 100644 --- a/json/nextcloud-vm.json +++ b/json/nextcloud-vm.json @@ -20,7 +20,7 @@ "resources": { "cpu": "2", "ram": "2048", - "hdd": "12G", + "hdd": "12", "os": "debian", "version": 12 } diff --git a/json/openwrt.json b/json/openwrt.json index 91f89cc6..d3d2d260 100644 --- a/json/openwrt.json +++ b/json/openwrt.json @@ -20,7 +20,7 @@ "resources": { "cpu": "1", "ram": "256", - "hdd": "512M", + "hdd": "0.5", "os": null, "version": null } diff --git a/json/owncloud-vm.json b/json/owncloud-vm.json index 3807e691..4341d665 100644 --- a/json/owncloud-vm.json +++ b/json/owncloud-vm.json @@ -20,7 +20,7 @@ "resources": { "cpu": "2", "ram": "2048", - "hdd": "12G", + "hdd": "12", "os": "debian", "version": 12 } diff --git a/json/pimox-haos-vm.json b/json/pimox-haos-vm.json index 8266cbc3..05bc9277 100644 --- a/json/pimox-haos-vm.json +++ b/json/pimox-haos-vm.json @@ -20,7 +20,7 @@ "resources": { "cpu": "2", "ram": "4096", - "hdd": "32G", + "hdd": "32", "os": null, "version": null } diff --git a/json/ubuntu2204-vm.json b/json/ubuntu2204-vm.json index bfe8cd4e..b885ad6d 100644 --- a/json/ubuntu2204-vm.json +++ b/json/ubuntu2204-vm.json @@ -20,7 +20,7 @@ "resources": { "cpu": "2", "ram": "2048", - "hdd": "2G", + "hdd": "2", "os": null, "version": null } diff --git a/json/ubuntu2404-vm.json b/json/ubuntu2404-vm.json index 3f293735..009c0409 100644 --- a/json/ubuntu2404-vm.json +++ b/json/ubuntu2404-vm.json @@ -20,7 +20,7 @@ "resources": { "cpu": "2", "ram": "2048", - "hdd": "2G", + "hdd": "2", "os": null, "version": null }