Skip to content

Commit

Permalink
chore(automatic): update recipe to match user preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
marinmo committed Mar 10, 2024
1 parent 1570d76 commit 987aabb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions config/recipe.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# image will be published to ghcr.io/<user>/<name>
name: template
name: solid-wall-of-sound
# description will be included in the image's metadata
description: This is my personal OS image.
description: image for media player (low power)

# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/silverblue-main
Expand All @@ -12,13 +12,13 @@ image-version: 39 # latest is also supported if you want new updates ASAP
modules:
- type: files
files:
- usr: /usr # copies config/files/usr into your image's /usr.
# put configuration files you want in /etc/ on a booted system
# in /usr/etc/ in the image. read more in files module reference.
- usr: /usr
# copies config/files/usr into your image's /usr.
# put configuration files you want in /etc/ on a booted system
# in /usr/etc/ in the image. read more in files module reference.

- type: rpm-ostree
repos:
# - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
repos: # - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
install:
# - micro
# - starship
Expand All @@ -39,11 +39,11 @@ modules:
# - org.mozilla.firefox
# - org.gnome.Loupe
# - one.ablaze.floorp//lightning # This is an example of flatpak which has multiple branches in selection (flatpak//branch).
# Flatpak runtimes are not supported (like org.winehq.Wine//stable-23.08),
# Flatpak runtimes are not supported (like org.winehq.Wine//stable-23.08),

# only normal flatpak applications are (like Floorp Lightning web browser in this example).
# Installing different branches of the same Flatpak is not supported.
remove:
# - org.gnome.eog
# - org.gnome.eog

- type: signing # this sets up the proper policy & signing files for signed images to work fully

0 comments on commit 987aabb

Please sign in to comment.