diff --git a/config/recipe.yml b/config/recipe.yml index 8598a84..2852969 100644 --- a/config/recipe.yml +++ b/config/recipe.yml @@ -1,5 +1,5 @@ # image will be published to ghcr.io// -name: my-ublue +name: ublue-oldair # description will be included in the image's metadata description: This is my personal OS image. @@ -18,15 +18,20 @@ modules: # 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/mulderje/facetimehd-kmod/repo/fedora-%OS_VERSION%/mulderje-facetimehd-kmod-fedora-%OS_VERSION%.repo install: - # - micro - # - starship + - akmod-facetimehd # From the above mulderje/facetimehd-kmod COPR. + - facetimehd-firmware # Not sure why I need to add explicitly... + - mbpfan remove: - # example: removing firefox (in favor of the flatpak) - # "firefox" is the main package, "firefox-langpacks" is a dependency - firefox - - firefox-langpacks # also remove firefox dependency (not required for all packages, this is a special case) + - firefox-langpacks + + - type: akmods + base: main + install: + - wl - type: default-flatpaks notify: true # Send notification after install/uninstall is finished (true/false) @@ -46,4 +51,9 @@ modules: remove: # - org.gnome.eog + - type: systemd + system: + enabled: + - mbpfan.service + - type: signing # this sets up the proper policy & signing files for signed images to work fully