Cranked up VM limit to 20Gb
This commit is contained in:
3
vm.nix
3
vm.nix
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user