diff --git a/src/vm.ts b/src/vm.ts index c781c5a..224ed64 100644 --- a/src/vm.ts +++ b/src/vm.ts @@ -15,7 +15,7 @@ export async function ensure(): Promise { // Create from scratch const home = homedir() - await $`limactl create --name=${VM_NAME} --mount=${home}:w --mount-writable template:ubuntu-24.04`.quiet() + await $`limactl create --name=${VM_NAME} --mount=${home}/dev:w template:ubuntu-24.04`.quiet() await $`limactl start ${VM_NAME}`.quiet() // Provision