rebase to bluefin-dx

This commit is contained in:
Flux 2025-11-22 09:41:55 +02:00 committed by GitHub
parent a14d3ee920
commit ed2de026c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,11 +3,11 @@
# image will be published to ghcr.io/<user>/<name>
name: randofin-os
# description will be included in the image's metadata
description: This is my personal OS image.
description: This is my personal spin based on the latest bluefin image.
# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/silverblue-main
image-version: 42 # latest is also supported if you want new updates ASAP
base-image: ghcr.io/ublue-os/bluefin-dx
image-version: latest # latest is also supported if you want new updates ASAP
# module configuration, executed in order
# you can include multiple instances of the same module