fix(bootstrap): remove bluetooth service enabling

Bluetooth does not for now work reliably on my machines.
This commit is contained in:
2026-03-09 15:10:58 +00:00
parent 34ce514c75
commit c65c286606

View File

@@ -166,7 +166,6 @@ sudo systemctl enable sddm
# ============================================================================= # =============================================================================
log "Enabling system services" log "Enabling system services"
sudo systemctl enable bluetooth
sudo systemctl enable docker sudo systemctl enable docker
sudo usermod -aG docker "$USER" sudo usermod -aG docker "$USER"
sudo systemctl enable earlyoom 2>/dev/null || true sudo systemctl enable earlyoom 2>/dev/null || true