460 B
460 B
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
watch -n 1 "cat /var/log/cloud-init-output.log | tail"
- After a while, the Jupyter URL will spawn