Compare commits

...

2 Commits

Author SHA1 Message Date
455e54f81b Cranked up VM limit to 20Gb 2026-02-07 22:46:25 +02:00
31e48ff3fc Corrected clean instruction 2026-02-07 22:34:12 +02:00
2 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ Username: `debian`
Password: `nixos`
0. Clean the VM:
`nh os clean all`
`nh clean all`
`rm ~/.local/share/debian-vm/debian-persistent.qcow2`
1. Build the VM:

3
vm.nix
View File

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