nixos-config/images/translate-setup
Ingolf Wagner aa11982ecb
upgrade cream
2023-12-08 21:27:52 +01:00
..
README.md global stylix and proper oh-my-posh 2023-07-01 00:20:03 +02:00
audio.nix try to introduce pipewire 2022-04-17 20:16:40 +02:00
config.nix upgrade cream 2023-12-08 21:27:52 +01:00
x11.nix translater-setup: update audio and mumble setup 2020-11-12 22:30:35 +01:00

README.md

Create a easy to use Image for translation

using 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

how to install nixos-generators

nix-shell -I nixpkgs=channel:nixos-unstable -p nixos-generators

how to start download service

iptables -F # kill firewall
python -m http.server 80 # nix-shell -p python3Full