From fd05642933ab67b0132df87f4e39351afa295bc1 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Wed, 6 Mar 2024 09:31:49 -0500 Subject: [PATCH] added powertop auto-tuning to petalburg --- hosts/petalburg/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/petalburg/default.nix b/hosts/petalburg/default.nix index 51667fcb..1b60ca63 100644 --- a/hosts/petalburg/default.nix +++ b/hosts/petalburg/default.nix @@ -55,6 +55,8 @@ in { hardware.sensor.iio.enable = true; + powerManagement.powertop.enable = true; + environment.systemPackages = [ cs-adjuster pp-adjuster ]; # This value determines the NixOS release from which the default