From 97b4692b938418226e26a29fdfe76121acf9fc8c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 14 Jan 2024 13:07:31 +0100 Subject: ch-equinox-* install powertop (and tlp) --- chaos-at-home/ch-equinox-t450s.yml | 6 ++++++ inventory/host_vars/ch-equinox-t450s.yml | 2 ++ inventory/host_vars/ch-equinox-ws.yml | 1 + 3 files changed, 9 insertions(+) diff --git a/chaos-at-home/ch-equinox-t450s.yml b/chaos-at-home/ch-equinox-t450s.yml index 1afea864..e8986b51 100644 --- a/chaos-at-home/ch-equinox-t450s.yml +++ b/chaos-at-home/ch-equinox-t450s.yml @@ -36,6 +36,12 @@ - role: ws/pipewire - role: ws/flatpak post_tasks: + - name: make sure tlp is started and enabled + systemd: + name: tlp.service + state: started + enabled: yes + - name: disable caps-lock lineinfile: path: /etc/default/keyboard diff --git a/inventory/host_vars/ch-equinox-t450s.yml b/inventory/host_vars/ch-equinox-t450s.yml index 23c141e1..00b254db 100644 --- a/inventory/host_vars/ch-equinox-t450s.yml +++ b/inventory/host_vars/ch-equinox-t450s.yml @@ -202,6 +202,7 @@ ws_base_extra_packages: - pitivi - playonlinux - pm-utils + - powertop - ppa-purge - pristine-tar - privoxy @@ -260,6 +261,7 @@ ws_base_extra_packages: - texlive - texlive-lang-german - texlive-latex-extra + - tlp - torbrowser-launcher - totem - unrar diff --git a/inventory/host_vars/ch-equinox-ws.yml b/inventory/host_vars/ch-equinox-ws.yml index 1b831752..3e0ebd40 100644 --- a/inventory/host_vars/ch-equinox-ws.yml +++ b/inventory/host_vars/ch-equinox-ws.yml @@ -210,6 +210,7 @@ ws_base_extra_packages: - pitivi - playonlinux - pm-utils + - powertop - ppa-purge - pristine-tar - privoxy -- cgit v1.2.3