nixpkgs/nixos/modules/tasks
(cdep)illabout b0f10d2d53
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.
2019-01-01 19:18:12 +09:00
..
filesystems nixos/bcachefs: enable encrypted root 2018-11-06 09:26:35 +01:00
auto-upgrade.nix nixos: move system.autoUpgrade 2018-11-17 14:05:30 +01:00
bcache.nix [bot] nixos/*: remove unused arguments in lambdas 2018-07-20 20:56:59 +00:00
cpu-freq.nix cpufreq: add option for setting the cpu max and min frequencies 2019-01-01 19:18:12 +09:00
encrypted-devices.nix [bot]: remove unreferenced code 2018-07-20 18:48:37 +00:00
filesystems.nix filesystems: escape spaces in fstab with \040 2018-10-28 20:49:34 -04:00
kbd.nix
lvm.nix
network-interfaces-scripted.nix nixos/network-interfaces-scripted: fix container networking bug 2018-09-23 23:08:19 +02:00
network-interfaces-systemd.nix [bot] nixos/*: remove unused arguments in lambdas 2018-07-20 20:56:59 +00:00
network-interfaces.nix networking.hostId: fix cmd in description 2018-09-11 11:29:04 +02:00
powertop.nix
scsi-link-power-management.nix [bot] nixos/*: remove unused arguments in lambdas 2018-07-20 20:56:59 +00:00
swraid.nix [bot] nixos/*: remove unused arguments in lambdas 2018-07-20 20:56:59 +00:00
trackpoint.nix trackpoint: Make the device name configurable 2018-08-06 02:56:32 +02:00
tty-backgrounds-combine.sh