Added cloudinit monitoring instructions

This commit is contained in:
2026-02-07 23:14:05 +02:00
parent 455e54f81b
commit 198149fca0

View File

@@ -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/
```