Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
feat: remote-related services built into recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz authored Sep 19, 2023
1 parent 8125736 commit e01cc9d
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 5 deletions.
15 changes: 13 additions & 2 deletions config/recipe-dx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,16 @@ modules:
scripts:
- dx-extras.sh
- networkmanager-realtek.sh
- nodisplaylink.sh
- 99-bash-umask.sh

- type: systemd
system:
enabled:
- podman.service
- podman.socket
- cockpit.service
- sshd.service
disabled:
- displaylink.service
- pmie.service
- pmlogger.service
- waydroid-container.service
15 changes: 13 additions & 2 deletions config/recipe-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,16 @@ modules:
- type: script
scripts:
- networkmanager-realtek.sh
- nodisplaylink.sh
- 99-bash-umask.sh

- type: systemd
system:
enabled:
- podman.service
- podman.socket
- cockpit.service
- sshd.service
disabled:
- displaylink.service
- pmie.service
- pmlogger.service
- waydroid-container.service
14 changes: 13 additions & 1 deletion config/recipe-nvidia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,17 @@ modules:
- type: script
scripts:
- networkmanager-realtek.sh
- nodisplaylink.sh
- 99-bash-umask.sh

- type: systemd
system:
enabled:
- podman.service
- podman.socket
- cockpit.service
- sshd.service
disabled:
- displaylink.service
- pmie.service
- pmlogger.service
- waydroid-container.service

0 comments on commit e01cc9d

Please sign in to comment.