mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
tlp service: disable builtin power management
This commit is contained in:
parent
0e5c802120
commit
0056f5a6d4
1 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,9 @@ in
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
powerManagement.scsiLinkPolicy = null;
|
||||
powerManagement.cpuFreqGovernor = null;
|
||||
|
||||
systemd.services = {
|
||||
tlp = {
|
||||
description = "TLP system startup/shutdown";
|
||||
|
|
Loading…
Reference in a new issue