Skip to content

Commit

Permalink
Merge pull request #45 from OmegaSquad82/statics-first
Browse files Browse the repository at this point in the history
  • Loading branch information
OmegaSquad82 authored Oct 3, 2024
2 parents 7d58743 + 309ee53 commit d9c9691
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 22 deletions.
4 changes: 0 additions & 4 deletions recipes/configs/bazzite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,3 @@ modules:
install:
- com.discordapp.Discord
- org.openrgb.OpenRGB
- type: systemd
system:
disabled:
- tailscaled.service
5 changes: 5 additions & 0 deletions recipes/configs/tailscale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
modules:
- type: systemd
system:
disabled:
- tailscaled.service
10 changes: 7 additions & 3 deletions recipes/recipe-aubertit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ base-image: ghcr.io/ublue-os/bazzite-asus-nvidia
image-version: stable

modules:
- from-file: configs/sshd.yml
- from-file: configs/tailscale.yml

- from-file: configs/bazzite.yml
- from-file: configs/flatpaks.yml

- from-file: configs/systemfiles.yml
- from-file: configs/udevrules.yml
- from-file: configs/flatpaks.yml

- from-file: configs/packages.yml
- from-file: configs/bazzite.yml
- from-file: configs/sshd.yml
- type: signing
11 changes: 7 additions & 4 deletions recipes/recipe-borealis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ base-image: ghcr.io/ublue-os/aurora-dx
image-version: latest

modules:
- from-file: configs/systemfiles.yml
- from-file: configs/udevrules.yml
- from-file: configs/podman.yml
- from-file: configs/sshd.yml

- from-file: configs/flatpaks.yml
- from-file: configs/morepaks.yml

- from-file: configs/systemfiles.yml
- from-file: configs/udevrules.yml

- from-file: configs/packages.yml
- from-file: configs/podman.yml
- from-file: configs/sshd.yml
- type: signing
14 changes: 9 additions & 5 deletions recipes/recipe-buttgenbachit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ base-image: ghcr.io/ublue-os/bazzite-nvidia-open
image-version: stable

modules:
- from-file: configs/systemfiles.yml
- from-file: configs/udevrules.yml
- from-file: configs/podman.yml
- from-file: configs/sshd.yml
- from-file: configs/tailscale.yml

- from-file: configs/bazzite.yml
- from-file: configs/flatpaks.yml
- from-file: configs/morepaks.yml

- from-file: configs/systemfiles.yml
- from-file: configs/udevrules.yml

- from-file: configs/packages.yml
- from-file: configs/bazzite.yml
- from-file: configs/podman.yml
- from-file: configs/sshd.yml
- type: signing
10 changes: 7 additions & 3 deletions recipes/recipe-carbonatcyanotrichit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ base-image: ghcr.io/ublue-os/bazzite-deck
image-version: stable

modules:
- from-file: configs/sshd.yml
- from-file: configs/tailscale.yml

- from-file: configs/bazzite.yml
- from-file: configs/flatpaks.yml

- from-file: configs/systemfiles.yml
- from-file: configs/udevrules.yml
- from-file: configs/flatpaks.yml

- from-file: configs/packages.yml
- from-file: configs/bazzite.yml
- from-file: configs/sshd.yml
- type: signing
9 changes: 6 additions & 3 deletions recipes/recipe-flaviramea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ base-image: ghcr.io/ublue-os/sericea-main
image-version: latest

modules:
- from-file: configs/podman.yml
- from-file: configs/sshd.yml

- from-file: configs/flatpaks.yml

- from-file: configs/systemfiles.yml
- from-file: configs/udevrules.yml

- from-file: configs/homebrew.yml
- from-file: configs/flatpaks.yml
- from-file: configs/packages.yml
- from-file: configs/podman.yml
- from-file: configs/sshd.yml
- type: signing

0 comments on commit d9c9691

Please sign in to comment.