From 46bbbc4e46379b747f31a867365969fcba936b2d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 28 Apr 2025 12:58:12 +0100 Subject: [PATCH] Enable powertop auto tuning on startup --- hosts/nixedo/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/nixedo/configuration.nix b/hosts/nixedo/configuration.nix index 5f6634fe..60cf0efb 100644 --- a/hosts/nixedo/configuration.nix +++ b/hosts/nixedo/configuration.nix @@ -34,5 +34,8 @@ networking.networkmanager.enable = true; users.users.opdavies.extraGroups = [ "media" ]; + + powerManagement.powertop.enable = true; + users.groups.media = { }; }