Enable powertop auto tuning on startup

This commit is contained in:
Oliver Davies 2025-04-28 12:58:12 +01:00
parent 2e4cdf26e2
commit 46bbbc4e46

View file

@ -34,5 +34,8 @@
networking.networkmanager.enable = true;
users.users.opdavies.extraGroups = [ "media" ];
powerManagement.powertop.enable = true;
users.groups.media = { };
}