Configure powerdevil & power-profiles-daemon for p14

This commit is contained in:
Sonny Bakker 2026-02-28 16:59:34 +01:00
parent dc30796f75
commit c75ab7f663
3 changed files with 13 additions and 0 deletions

View file

@ -27,6 +27,8 @@ packages:
- postgresql
- plasma-meta
- plasma-login-manager
- power-profiles-daemon
- powerdevil
- wezterm
- thunderbird
- pipewire

View file

@ -16,6 +16,10 @@
ansible.builtin.import_tasks: "tasks/wireguard-media.yml"
tags: wireguard-media
- name: P14 provisioning
ansible.builtin.import_tasks: "tasks/p14.yml"
tags: p14
handlers:
- name: Import default handlers
ansible.builtin.import_tasks: handlers.yml

7
tasks/p14.yml Normal file
View file

@ -0,0 +1,7 @@
---
- name: Enable power-profiles-daemon
become: true
ansible.builtin.systemd:
name: power-profiles-daemon
state: started
enabled: true