From d99a8b4bc42d8652a81b2260927fc3edad439ef5 Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 19 Feb 2024 17:49:11 +0100 Subject: [PATCH] chore(automatic): update recipe to match user preferences --- config/recipe.yml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/config/recipe.yml b/config/recipe.yml index b205a56..f6c0f21 100644 --- a/config/recipe.yml +++ b/config/recipe.yml @@ -1,10 +1,10 @@ # image will be published to ghcr.io// -name: template +name: chillpert-os # description will be included in the image's metadata description: This is my personal OS image. # the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/silverblue-main +base-image: ghcr.io/ublue-os/silverblue-nvidia image-version: 39 # latest is also supported if you want new updates ASAP # module configuration, executed in order @@ -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 @@ -37,11 +37,10 @@ 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), - # only normal flatpak applications are (like Floorp Lightning web browser in this example). - # Installing different branches of the same Flatpak is not supported. + # 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 -