installer usb creation

This commit is contained in:
Christoph Cullmann 2024-01-10 19:21:17 +01:00
parent 7a934f1dc3
commit bbc0026ad2

View file

@ -23,6 +23,8 @@ git init
git add flake.nix
nix build .#nixosConfigurations.exampleIso.config.system.build.isoImage
sudo dd if=result/iso/nixos-24.05.20240108.317484b-x86_64-linux.iso of=/dev/sda bs=4M conv=fsync
#
# install script below
#