Skip to content

chewblacka/nixos-iso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nixos-iso

A nix flake to create custom NixOS ISO install media

Customizing

Custom packages and options can be specified via the custom.nix file

SSH keys can be placed in flake.nix

Build Instructions

  1. First make sure you have nix installed e.g. via the Determinate Systems Nix installer

  2. Clone this repo

  3. Then to build the ISO, run the command

nix build .#nixosConfigurations.exampleIso.config.system.build.isoImage

The resulting ISO image can be found in ./result/iso

  1. Burn to CD/USB or copy to virtual device.

Enjoy!

About

Files to create custom NixOS ISO install media

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages