Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aussielunix committed Aug 4, 2024
1 parent d0300f0 commit 6e18483
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
registry_token: ${{ github.token }}
pr_event_number: ${{ github.event.number }}
squash: true
squash: false
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 7 additions & 2 deletions recipes/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ image-version: 40 # latest is also supported if you want new updates ASAP
modules:
- type: files
files:
- source: usr
destination: /usr
- source: system
destination: /

- type: rpm-ostree
repos:
- https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-%OS_VERSION%/ublue-os-staging-fedora-%OS_VERSION%.repo
Expand Down Expand Up @@ -55,6 +56,7 @@ modules:
- firefox # default firefox removed in favor of flatpak
- firefox-langpacks # langpacks needs to also be removed to prevent dependency problems
- passim

- type: default-flatpaks
notify: true
system:
Expand All @@ -68,11 +70,13 @@ modules:
- org.tigervnc.vncviewer
- org.videolan.VLC
remove: []

- type: gnome-extensions
install:
- space-barluchrioh.v25
- just-perfection-desktopjust-perfection.v28
- appindicatorsupportrgcjonas.gmail.com.v58

- type: systemd
system:
disabled:
Expand All @@ -81,4 +85,5 @@ modules:
masked:
- cups
- ModemManager

- type: signing

0 comments on commit 6e18483

Please sign in to comment.