229 B
229 B
How to build
cp parameters.nix.sample parameters.nix
and set file up.
nixos-generate \
-f iso \
-c configuration.nix \
-o image.iso \
How to create USB-Stick
dd if=./image.iso of=/dev/sdXY bs=4096