nixos-config/images/translate-setup/README.md

22 lines
350 B
Markdown
Raw Normal View History

2020-11-12 21:27:00 +01:00
# 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
```