Update laptop setup
This commit is contained in:
parent
3d1c18603e
commit
928770a745
3 changed files with 24 additions and 12 deletions
|
|
@ -1,2 +1,13 @@
|
|||
# TODO: set fan settings to `quiet` with smbios-thermal-ctl
|
||||
- name: set fan and thermal monitoring control
|
||||
become: true
|
||||
command: smbios-thermal-ctl --set-thermal-mode quiet
|
||||
|
||||
- name: provision powertop systemd service
|
||||
become: true
|
||||
template:
|
||||
src: 'templates/laptop/powertop.service.j2'
|
||||
dest: '/etc/systemd/system/powertop.service'
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
notify: restart powertop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue