Compare commits

...

2 Commits

Author SHA1 Message Date
879194c05c Added instruction about rebooting the first time 2026-02-07 23:15:02 +02:00
198149fca0 Added cloudinit monitoring instructions 2026-02-07 23:14:05 +02:00

View File

@@ -15,3 +15,13 @@ nix-build vm.nix -A system.build.customVM
```bash ```bash
./result/bin/run-debian-vm ./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/
```
4. AS SOON AS IT REBOOTED, start again - it works !