Feat: add bluetooth to workstation
This commit is contained in:
parent
bccd699c5e
commit
7c5041c73d
@ -14,6 +14,10 @@ pacman_sound:
|
|||||||
- pipewire-alsa
|
- pipewire-alsa
|
||||||
- pipewire-pulse
|
- pipewire-pulse
|
||||||
|
|
||||||
|
pacman_bluetooth:
|
||||||
|
- bluez
|
||||||
|
- bluez-utils
|
||||||
|
|
||||||
pacman_cli:
|
pacman_cli:
|
||||||
- git-annex
|
- git-annex
|
||||||
- fzf
|
- fzf
|
||||||
|
@ -34,6 +34,13 @@
|
|||||||
systemd:
|
systemd:
|
||||||
name: NetworkManager
|
name: NetworkManager
|
||||||
enabled: yes
|
enabled: yes
|
||||||
|
state: started
|
||||||
|
|
||||||
|
- name: enable service bluetooth
|
||||||
|
systemd:
|
||||||
|
name: bluetooth
|
||||||
|
enabled: yes
|
||||||
|
state: started
|
||||||
|
|
||||||
- name: activate autofs
|
- name: activate autofs
|
||||||
import_tasks: home_mounts.yml
|
import_tasks: home_mounts.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user