nixpkgs-suyu/nixos/modules/installer
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
..
cd-dvd nixos/iso-image.nix: add top-level /version.txt file 2017-09-28 00:54:28 +02:00
netboot
scan nixos/modules: clean up wireless firmware options 2017-10-07 01:48:02 +02:00
tools nixos-generate-config: lessen priority for cpuFreqGovernor (#30221) 2017-10-20 19:59:31 +00:00
virtualbox-demo.nix