summary refs log tree commit diff
path: root/nixos/modules/tasks/cpu-freq.nix
Commit message (Collapse)AuthorAge
* Remove non-cpufreq_* modules since they are loaded by udev.Mathnerd3142014-07-14
|
* cpufreq: Don't fail if the CPU doesn't support frequency settingEelco Dolstra2014-04-28
|
* Don't run the cpufreq service in VMsEelco Dolstra2014-04-16
|
* Don't make containers depend on cpupowerEelco Dolstra2014-04-16
|
* cpu-freq: Use cpupower instead of cpufrequtilsWilliam A. Kennington III2014-04-16
| | | | | | Additionally, put the powersave utility in charge of loading the cpufrequency modules based on the governor specified in the configuration.
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* Disable various services when running inside a containerEelco Dolstra2013-11-26
|
* Add lots of missing option typesEelco Dolstra2013-10-30
|
* Substitute "types.uniq types.string" -> "types.str"Eelco Dolstra2013-10-30
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10