aboutsummaryrefslogblamecommitdiffstats
path: root/roles/_workstation/sysconf/tasks/_void.yml
blob: 058f7c39ae020c5df86bc2e541390cda56ecfec9 (plain) (tree)




















                                                                

# workstation ~~ roles/_workstation/sysconf/tasks/_voidlinux.yml
# init voidlinux based workstation

---

- name: ensure seatd is enabled
  service:
    name: seatd
    enabled: true
    state: restarted

- name: append current user to system groups
  user:
    name: "{{ _workstation_env_user }}"
    group: "{{ item }}"
    append: true
  loop:
    - _seatd
    - audio
    - video
remember that computers suck.