Compare commits

...

2 Commits

Author SHA1 Message Date
f41b7159d3 Added username + password in README 2026-02-07 22:31:49 +02:00
b509b21c65 Added README.md 2026-02-07 22:24:10 +02:00

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
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
```