nyx

My overengineered NixOS flake. Desktops, laptops, servers and everything else that can run an OS

GPL-3.0 License

Stars
220
Committers
12

Bot releases are visible (Hide)

nyx - 2024-01-24-095709

Published by github-actions[bot] 9 months ago

Weekly automated ISO image releases for my NixOS configurations.

  • 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
nyx - 2024-01-23-200305

Published by github-actions[bot] 9 months ago

Weekly automated ISO image releases for my NixOS configurations.

  • 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
nyx - 2024-01-22-130546

Published by github-actions[bot] 9 months ago