Skip to content

Commit

Permalink
fix: Disable joycond by default until BT issues can be triaged.
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed May 7, 2024
1 parent 420f934 commit 3ef01c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ RUN /usr/libexec/containerbuild/build-initramfs && \
systemctl enable bazzite-hardware-setup.service && \
systemctl enable tailscaled.service && \
systemctl enable dev-hugepages1G.mount && \
systemctl enable joycond.service && \
systemctl disable joycond.service && \
systemctl --global enable bazzite-user-setup.service && \
systemctl --global enable podman.socket && \
systemctl --global enable systemd-tmpfiles-setup.service && \
Expand Down

0 comments on commit 3ef01c8

Please sign in to comment.