fix: Disable joycond by default until BT issues can be triaged.

This commit is contained in:
Kyle Gospodnetich 2024-05-07 13:02:06 -07:00
parent 420f934b72
commit 3ef01c8463

View File

@ -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 && \