nixos/cpufreq: Remove the alias to set the cpu frequency governor

This PR temporarily fixes the issue with PR 53041 as explained
here:

https://github.com/NixOS/nixpkgs/pull/53041#commitcomment-31825338

The alias `powerManagement.cpufreq.governor` to
`powerManagement.cpuFreqGovernor` has been removed.
This commit is contained in:
(cdep)illabout
2019-01-03 20:57:49 +09:00
parent e33d6364f6
commit 46ecec8239
5 changed files with 33 additions and 41 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ in
config = mkIf cfg.enable {
powerManagement.scsiLinkPolicy = null;
powerManagement.cpufreq.governor = null;
powerManagement.cpuFreqGovernor = null;
powerManagement.cpufreq.max = null;
powerManagement.cpufreq.min = null;