Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 0d75d67c3d16
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4731545ba821
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Jan 1, 2019

  1. cpufreq: add option for setting the cpu max and min frequencies

    This adds a NixOS option for setting the CPU max and min frequencies
    with `cpufreq`.  The two options that have been added are:
    
    - `powerManagement.cpufreq.max`
    - `powerManagement.cpufreq.min`
    
    It also adds an alias to the `powerManagement.cpuFreqGovernor` option as
    `powerManagement.cpufreq.governor`.  This updates the installer to use
    the new option name.  It also updates the manual with a note about
    the new name.
    cdepillabout committed Jan 1, 2019
    4
    Copy the full SHA
    b0f10d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. Merge pull request #53041 from cdepillabout/add-nixos-cpufreq-max-min…

    …-options
    
    Add nixos cpufreq max min options
    infinisil committed Jan 2, 2019
    Copy the full SHA
    4731545 View commit details
    Browse the repository at this point in the history