Cranked up VM limit to 20Gb

This commit is contained in:
2026-02-07 22:46:25 +02:00
parent 31e48ff3fc
commit 455e54f81b

3
vm.nix
View File

@@ -27,7 +27,8 @@ let
${pkgs.qemu}/bin/qemu-img create -f qcow2 \ ${pkgs.qemu}/bin/qemu-img create -f qcow2 \
-b "${debianImage}" \ -b "${debianImage}" \
-F qcow2 \ -F qcow2 \
"${vmDataDir}/debian-persistent.qcow2" "${vmDataDir}/debian-persistent.qcow2" \
20G
fi fi
# Create cloud-init configuration # Create cloud-init configuration