Skip to content

Commit

Permalink
fix validation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
detiber committed Dec 6, 2024
1 parent 2faf349 commit 9c486d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions recipes/beardy-bazzite-deck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ modules:
- 1password

- type: rpm-ostree
repos:
repos: []
# - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
install:
# - micro
# - starship
- qemu
- virt-manager
# - edk2-ovmf
remove:
remove: []
# example: removing firefox (in favor of the flatpak)
# "firefox" is the main package, "firefox-langpacks" is a dependency
# - firefox
Expand All @@ -55,7 +55,7 @@ modules:
# 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:
remove: []
# - org.gnome.eog

#- type: systemd
Expand Down
6 changes: 3 additions & 3 deletions recipes/beardy-bazzite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ modules:
- 1password

- type: rpm-ostree
repos:
repos: []
# - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
install:
# - micro
Expand All @@ -30,7 +30,7 @@ modules:
- virt-manager
# - edk2-ovmf
# - samba
remove:
remove: []
# example: removing firefox (in favor of the flatpak)
# "firefox" is the main package, "firefox-langpacks" is a dependency
# - firefox
Expand All @@ -56,7 +56,7 @@ modules:
# 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:
remove: []
# - org.gnome.eog

#- type: systemd
Expand Down

0 comments on commit 9c486d1

Please sign in to comment.