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
- Host: GitHub
- URL: https://github.com/mnajib/custom-nixos-iso
- Owner: mnajib
- License: mit
- Created: 2025-05-17T01:26:05.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-05-17T06:18:19.000Z (6 months ago)
- Last Synced: 2025-06-18T08:49:04.207Z (5 months ago)
- Language: Nix
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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