This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
github-actions
released this
29 Jul 03:41
·
2 commits
to main
since this release
Weekly Iso Releases (2024-07-29-034133)
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, alternatively, 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.