Skip to content

davidak/nixos-generators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple collection of nixos image builders. Just put your stuff into the config.nix and then call one of the image builders.

for example:

bin/make-iso

or

bin/make-iso config.nix

it echoes the path to a iso image, which you then can flash onto an usb-stick or mount & boot in a virtual machine.

we currently have following generators:

format script description
gce bin/make-gce Google Compute Image
iso bin/make-iso
kexec bin/make-kexec
kexec-bundle bin/make-kexec-bundle
openstack bin/make-openstack
qcow2 bin/make-qcow
virtualbox bin/make-virtualbox

we also have following runners:

platform script
qemu-kvm bin/run-vm
qemu-kvm (without gui) bin/run-vm-nogui

About

Collection of image builders [maintainer=@Lassulus]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 95.8%
  • Makefile 4.2%