Files
nix-debvm/README.md
2026-02-07 22:24:10 +02:00

11 lines
151 B
Markdown

Nix VM with Debian + GUI
1. Build the VM:
```bash
nix-build vm.nix -A system.build.customVM
```
2. Run the VM:
```bash
./result/bin/run-debian-vm
```