fix scsi-link-power-management.nix which broke cpufreq
svn path=/nixos/trunk/; revision=31507
This commit is contained in:
parent
3ef0f14925
commit
7be82b3f59
@ -23,9 +23,7 @@ with pkgs.lib;
|
||||
|
||||
config = mkIf (config.powerManagement.scsiLinkPolicy != "") {
|
||||
|
||||
environment.systemPackages = [ pkgs.cpufrequtils ];
|
||||
|
||||
jobs.cpufreq =
|
||||
jobs.scsilinkpmpolicy =
|
||||
{ description = "Set SCSI link power management policy";
|
||||
|
||||
startOn = "started udev";
|
||||
|
Loading…
Reference in New Issue
Block a user