879194c05c77f3611fcc0adbeedb38ad5c2ad512
Nix VM with Debian + GUI
Username: debian
Password: nixos
-
Clean the VM:
nh clean allrm ~/.local/share/debian-vm/debian-persistent.qcow2 -
Build the VM:
nix-build vm.nix -A system.build.customVM
- Run the VM:
./result/bin/run-debian-vm
- Watch it unravel:
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/
- AS SOON AS IT REBOOTED, start again - it works !
Description
Languages
Nix
100%