diff --git a/README.md b/README.md index 4726b67..7152dfb 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,11 @@ nix-build vm.nix -A system.build.customVM ```bash ./result/bin/run-debian-vm ``` +3. Watch it unravel: +```bash +ssh debian@localhost -p 2222 +# Inside VM after SSH +cat /var/log/cloud-init-output.log +cat /var/log/cloud-init.log +ls -la /home/debian/ +```