installer usb creation
This commit is contained in:
parent
7a934f1dc3
commit
bbc0026ad2
|
@ -23,6 +23,8 @@ git init
|
||||||
git add flake.nix
|
git add flake.nix
|
||||||
nix build .#nixosConfigurations.exampleIso.config.system.build.isoImage
|
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
|
# install script below
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue