1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/nixos/modules
Danylo Hlynskyi dab7ecc054 nixos-generate-config: lessen priority for cpuFreqGovernor (#30221)
In particular, it conflicts with `services.tlp.enable` option.

There exists workaround:
```
  powerManagement.cpuFreqGovernor = lib.mkForce null;
  services.tlp.enable = true;
```
But should it?
2017-10-20 19:59:31 +00:00
..
config Merge pull request #30397 from grahamc/nix-help 2017-10-16 21:37:00 -04:00
hardware Revert "include firmware with enableAllFirmware" 2017-10-14 14:42:48 +08:00
i18n/input-method
installer nixos-generate-config: lessen priority for cpuFreqGovernor (#30221) 2017-10-20 19:59:31 +00:00
misc Revert "nixos: kodi user" 2017-10-14 14:42:49 +08:00
profiles
programs nixos/sway: add module 2017-10-19 10:46:31 -04:00
security nixos/ecryptfs: init 2017-10-20 17:42:04 +01:00
services Merge pull request #30173 from dmjio/patch-1 2017-10-20 16:28:40 +00:00
system nixos/resolved: clean up option descriptions 2017-10-17 10:11:19 +02:00
tasks nixos/ecryptfs: init 2017-10-20 17:42:04 +01:00
testing
virtualisation nixos: run parted with --script option 2017-10-14 15:29:02 +02:00
module-list.nix nixos/ecryptfs: init 2017-10-20 17:42:04 +01:00
rename.nix