11 lines
151 B
Markdown
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
|
|
```
|