Skip to content

Commit

Permalink
Update recipe.yml
Browse files Browse the repository at this point in the history
move base packages to it's own recipe
  • Loading branch information
nobodywatchin authored Mar 28, 2024
1 parent db17d41 commit 2c45a41
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions config/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ image-version: 39 # latest is also supported if you want new updates ASAP
# module configuration, executed in order
# you can include multiple instances of the same module
modules:
- from-file: common/base-packages.yml
- from-file: common/tailscale.yml
- from-file: common/default-flatpaks.yml
- type: files
Expand All @@ -18,15 +19,4 @@ modules:
# 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
install:
- podman-compose
# - micro
# - starship
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)
- type: signing # this sets up the proper policy & signing files for signed images to work fully

0 comments on commit 2c45a41

Please sign in to comment.