22 lines
350 B
Markdown
22 lines
350 B
Markdown
|
# Create a easy to use Image for translation
|
||
|
|
||
|
using [nixos-generators](https://github.com/nix-community/nixos-generators).
|
||
|
|
||
|
## generate easy to use iso
|
||
|
|
||
|
```
|
||
|
nixos-generate -f install-iso -c config.nix
|
||
|
```
|
||
|
|
||
|
## generate vmware image
|
||
|
|
||
|
```
|
||
|
nixos-generate -f vmware -c config.nix
|
||
|
```
|
||
|
|
||
|
## run locally using qcow
|
||
|
|
||
|
```
|
||
|
nixos-generate --run -c config.nix
|
||
|
```
|