pc/laptop: remove redundant cpuFreqGovernor setting
This setting has been part of NixOS since version 16.09
This commit is contained in:
parent
4b129a0f71
commit
90868c67e8
|
@ -3,11 +3,5 @@
|
|||
{
|
||||
imports = [ ../. ];
|
||||
|
||||
# TODO: fix in NixOS/nixpkgs
|
||||
# Disable governor set in hardware-configuration.nix,
|
||||
# required when services.tlp.enable is true:
|
||||
powerManagement.cpuFreqGovernor =
|
||||
lib.mkIf config.services.tlp.enable (lib.mkForce null);
|
||||
|
||||
services.tlp.enable = lib.mkDefault true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue