diff --git a/tasks/power-saving.yml b/tasks/power-saving.yml index 61810dd..8c58204 100644 --- a/tasks/power-saving.yml +++ b/tasks/power-saving.yml @@ -8,6 +8,7 @@ with_items: - 'acpi' - ethtool + - nbfc - 'powertop' - 'psensor' - smartmontools @@ -23,6 +24,11 @@ - tlp - tlp-sleep +- name: Enable NBFC + service: + name: nbfc + enabled: true + - copy: src: ./files/tlp.conf dest: /etc/default/tlp