This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
2024-04-01-031031
github-actions
released this
01 Apr 03:10
·
780 commits
to main
since this release
Weekly Iso Releases
2024-04-01-031031
Weekly automated ISO image releases for my NixOS configurations. Their definitions are as follows
- erebus: Airgapped system for sensitive jobs.
- gaea: Modified installation media
Both ISO images can be installed simultaneously using the following oneliner
REPO="notashelf/nyx"; curl -s "https://api.github.com/repos/$REPO/releases/latest" | jq \
-r '.assets[] | select(.content_type=="application/octet-stream") | .browser_download_url' | head \
-n 2 | xargs \
-n 1 wget
or you may pick a ISO and download from the section below.
Warning
Do note that those configurations make assumptions about your setup, and may yield undesirable systems. Use
at your own risk.