Skip to content

2024-02-26-032458

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 03:24
· 901 commits to main since this release
2f10454

Weekly Iso Releases

2024-02-26-032458

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.