Skip to content

Commit

Permalink
maybe fixing dx images
Browse files Browse the repository at this point in the history
  • Loading branch information
Heus-Sueh committed Aug 22, 2024
1 parent 21ae681 commit 4e29935
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 22 deletions.
39 changes: 19 additions & 20 deletions recipes/modules/developer.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
modules:
# some good packages
- type: rpm-ostree
install:
- neovim
Expand Down Expand Up @@ -36,22 +35,22 @@ modules:
- qemu-user-binfmt
- qemu-user-static
# SystemD
- type: systemd
system:
enabled:
- libvirtd
- virtqemud.socket
- virtnetworkd.socket
- virtstoraged.socket
- virtnodedevd.socket
disabled:
# - flatpak-system-update.timer
user:
enabled:
# - my-custom.service
disabled:
# - flatpak-user-update.timer
# ----------------------------------------------------------------------- #
- type: script
snippets:
# - "curl https://example.com/examplebinary > /usr/bin/examplebinary" # example: download binary
# - type: systemd
# system:
# enabled:
# - libvirtd
# - virtqemud.socket
# - virtnetworkd.socket
# - virtstoraged.socket
# - virtnodedevd.socket
# disabled:
# # - flatpak-system-update.timer
# user:
# enabled:
# # - my-custom.service
# disabled:
# # - flatpak-user-update.timer
# # ----------------------------------------------------------------------- #
# - type: script
# snippets:
# # - "curl https://example.com/examplebinary > /usr/bin/examplebinary" # example: download binary
2 changes: 1 addition & 1 deletion recipes/recipe-dx-nvidia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ image-version: 40 # latest is also supported if you want new updates ASAP
modules:
# ----------------------------------------------------------------------------------------------------------------------------
- from-file: modules/pkgs.yml
- from-file: modules/developer.yml
- from-file: modules/common-files.yml
- from-file: modules/fonts.yml
- from-file: modules/default-flatpaks.yml
- from-file: modules/developer.yml
# ----------------------------------------------------------------------------------------------------------------------------
# SystemD
- type: systemd
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipe-dx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ image-version: 40 # latest is also supported if you want new updates ASAP
modules:
# ---------------------------------------------------------------------------------------------------------------------------
- from-file: modules/pkgs.yml
- from-file: modules/developer.yml
- from-file: modules/common-files.yml
- from-file: modules/fonts.yml
- from-file: modules/default-flatpaks.yml
- from-file: modules/developer.yml
# ---------------------------------------------------------------------------------------------------------------------------
# SystemD
- type: systemd
Expand Down

0 comments on commit 4e29935

Please sign in to comment.