It is pretty much just a copy paste of commands:
diskutil list # identify the right disk
diskutil unmountDisk diskX
dd if=nixos.iso of=/dev/sdX bs=4M status=progress conv=fdatasync
October 27, 2023 ~ 1 min read
It is pretty much just a copy paste of commands:
diskutil list # identify the right disk
diskutil unmountDisk diskX
dd if=nixos.iso of=/dev/sdX bs=4M status=progress conv=fdatasync
Hi, I'm Sebastian. I'm a software developer from Costa Rica. You can follow me on Twitter. I enjoy working on distributed systems.