From 6a5410a926645bcf5396d3807a633d9ae28a0c59 Mon Sep 17 00:00:00 2001 From: Andy Bunce Date: Wed, 22 Apr 2026 16:09:11 +0100 Subject: [PATCH] mod: disk 256g --- qemu/compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qemu/compose.yaml b/qemu/compose.yaml index 08cb5d3..14dfa3f 100644 --- a/qemu/compose.yaml +++ b/qemu/compose.yaml @@ -3,7 +3,8 @@ services: image: qemux/qemu container_name: qemu environment: - BOOT: "mint" + BOOT: "alpine" + DISK_SIZE: "256G" devices: - /dev/kvm - /dev/net/tun