Files
miasma-os/recipes/recipe.yml
2026-03-24 20:30:43 +11:00

25 lines
788 B
YAML

---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
# image will be published to ghcr.io/<user>/<name>
name: miasma-os
# description will be included in the image's metadata
description: An personal spin based on Bazzite targeted towards musicians and music producers inspired by Fedora Jam
# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/bazzite
image-version: latest # latest is also supported if you want new updates ASAP
modules:
- type: dnf
install:
packages:
- realtime-setup
- type: script
scripts:
- enablerealtimesetup.sh
- from-file: common/common-modules.yml
- type: signing # this sets up the proper policy & signing files for signed images to work fully