No description
Find a file
randogoth 550ee4e2dc stub
2026-01-01 17:41:57 +02:00
.github Initial commit 2025-11-22 09:35:03 +02:00
files finalized Lix setup 2025-12-30 16:19:24 +02:00
modules Initial commit 2025-11-22 09:35:03 +02:00
recipes stub 2026-01-01 17:41:57 +02:00
.gitignore ignore gpg 2025-12-22 21:56:28 +02:00
cosign.pub chore(automatic): new cosign keys 2025-11-22 09:36:24 +02:00
LICENSE Initial commit 2025-11-22 09:35:03 +02:00
README.md Update README with overlay mount mention 2025-12-30 17:32:08 +02:00

Deinonyxus   bluebuild build badge

Deinonyxus is a personal spin of the UBlue Bluefin DX image with the 🍦Lix flavored Nix package manager baked in and a first-login bootstrap for simple declarative package management using curator.

The overlay mount approach was directly borrowed from the Daemonix Silverblue/Nix image.

Whats inside

  • Base: ghcr.io/ublue-os/bluefin-dx:latest without Cockpit, Docker, Firefox, VS Code
  • Lix: multi-user install baked in with persistence at /var/home/nix; nix-daemon.service enabled. (D) - First-login bootstrap: installs Lix/nix packages devbox, mc, and micro via curator
  • System packages added: syncthing, uv, vscodium, waydroid;
  • System flatpaks added: Telegram Desktop, Zen Browser

First login

  • Triggers for each non-root user on their first session.
  • Writes state to ~/.local/state/deinonyxus/curator-init.done; delete it to rerun.
  • Bootstraps ~/.config/curator/inventory.toml and runs curator switch with the packages set above.

Just Recipes

  • upgrade-nix: upgrades to the latest version of Lix via the user profile. Replaces nix upgrade-nix which does not work with an immutable lowerdir /nix/store folder
  • install-nix-software-center: installs a graphical app store for Nix packages

Install / Rebase

# First pull unsigned to get signing policy
rpm-ostree rebase ostree-unverified-registry:ghcr.io/randogoth/deinonyxus:latest
systemctl reboot

# Then move to the signed image
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/randogoth/deinonyxus:latest
systemctl reboot

The latest tag always tracks the latest build for the Fedora base set in recipes/recipe.yml.

Building locally

bluebuild build

Signature verification

Images are signed with Sigstore/cosign. Verify with the repo's cosign.pub:

cosign verify --key cosign.pub ghcr.io/randogoth/deinonyxus