about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
author(cdep)illabout <cdep.illabout@gmail.com>2019-01-03 20:57:49 +0900
committer(cdep)illabout <cdep.illabout@gmail.com>2019-01-03 20:57:49 +0900
commit46ecec8239bb540f9031fde63e475905de77e5a1 (patch)
treec8eed641f8ec67faa8af9d231a4634764ea4153c /nixos/doc/manual
parente33d6364f694d8beadd8687de9e96dbd70605b24 (diff)
downloadnixlib-46ecec8239bb540f9031fde63e475905de77e5a1.tar
nixlib-46ecec8239bb540f9031fde63e475905de77e5a1.tar.gz
nixlib-46ecec8239bb540f9031fde63e475905de77e5a1.tar.bz2
nixlib-46ecec8239bb540f9031fde63e475905de77e5a1.tar.lz
nixlib-46ecec8239bb540f9031fde63e475905de77e5a1.tar.xz
nixlib-46ecec8239bb540f9031fde63e475905de77e5a1.tar.zst
nixlib-46ecec8239bb540f9031fde63e475905de77e5a1.zip
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.
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-1903.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1903.xml b/nixos/doc/manual/release-notes/rl-1903.xml
index 65761c12c6a4..89d9f48aedd3 100644
--- a/nixos/doc/manual/release-notes/rl-1903.xml
+++ b/nixos/doc/manual/release-notes/rl-1903.xml
@@ -408,16 +408,6 @@
        from nixpkgs due to the lack of maintainers.
      </para>
    </listitem>
-   <listitem>
-    <para>
-       The <option>powerManagement.cpuFreqGovernor</option> option has been
-       aliased to <option>powerManagement.cpufreq.governor</option>.  On laptops,
-       <option>powerManagement.cpuFreqGovernor</option> is sometimes set in
-       <literal>/etc/nixos/hardware-configuration.nix</literal>, so you can
-       rename it to the new name, or run
-       <literal>nixos-generate-config</literal> again.
-    </para>
-   </listitem>
   </itemizedlist>
  </section>
 </section>