nixos-config/images/translate-setup
Ingolf Wagner 7a6510a4e6
Some checks are pending
Build all NixOS Configurations / nix build (push) Waiting to run
nix fmt
2024-08-29 08:26:04 +07:00
..
audio.nix nix fmt 2024-08-29 08:26:04 +07:00
config.nix nix fmt 2024-08-29 08:26:04 +07:00
README.md global stylix and proper oh-my-posh 2023-07-01 00:20:03 +02:00
x11.nix nix fmt 2024-08-29 08:26:04 +07:00

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