Skip to content

2024-04-01-031031

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Apr 03:10
· 664 commits to main since this release
54ae2ef

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.