1
1
mirror of https://github.com/divnix/digga.git synced 2024-11-23 11:22:08 +03:00
digga/doc/start/iso.md
2021-02-14 02:46:05 -07:00

276 B

ISO

Making and writing an installable iso for hosts/NixOS.nix is as simple as:

flk iso NixOS

dd bs=4M if=result/iso/*.iso of=/dev/$your_installation_device \
  status=progress oflag=sync

This works for any file matching hosts/*.nix excluding default.nix.