14 lines
189 B
Markdown
14 lines
189 B
Markdown
Nix VM with Debian + GUI
|
|
|
|
Username: `debian`
|
|
Password: `nixos`
|
|
|
|
1. Build the VM:
|
|
```bash
|
|
nix-build vm.nix -A system.build.customVM
|
|
```
|
|
2. Run the VM:
|
|
```bash
|
|
./result/bin/run-debian-vm
|
|
```
|