From 198149fca00da7ac76f880185414f2a41cbe5995 Mon Sep 17 00:00:00 2001 From: kenny Date: Sat, 7 Feb 2026 23:14:05 +0200 Subject: [PATCH] Added cloudinit monitoring instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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/ +```