An open API service indexing awesome lists of open source software.

https://github.com/mnajib/custom-nixos-iso

Build and Test Custom-NixOS-ISO
https://github.com/mnajib/custom-nixos-iso

Last synced: 3 months ago
JSON representation

Build and Test Custom-NixOS-ISO

Awesome Lists containing this project

README

          

# Custom-NixOS-ISO

Configure Custom NixOS ISO, Generate the ISO, and then Test run the ISO in QEMU

# Usage

- To build ISO:
`nix build .#iso`
- To create Disks:
`nix run .#create-drives`
- To start VM (ISO):
`nix run .#vm-iso`
- To start VM (Disk):
`nix run .#vm-disk`
- To clean ISO:
`nix run .#clean-iso`
- To clean Disks:
`nix run .#clean-disks`

# TODO

- use nix-utils
- support multiple custom ISO configurations