Skip to content

Latest commit

 

History

History
executable file
·
19 lines (12 loc) · 332 Bytes

File metadata and controls

executable file
·
19 lines (12 loc) · 332 Bytes

Live Usb

Generate

nix build /etc/nixos#nixosConfigurations.chhinamasta.config.system.build.isoImage    

or

nix build /etc/nixos#nixosConfigurations.chhinamasta.config.system.build.isoImage

Write it to usb

lsblk -f

sudo dd bs=4M if=result/iso/id-live.iso of=/dev/sdX status=progress oflag=sync