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
..
2017-10-14 14:42:49 +08:00
2017-10-07 01:48:03 +02:00
2017-10-19 10:46:31 -04:00
2017-10-20 17:42:04 +01:00
2017-10-20 17:42:04 +01:00
2017-10-20 17:42:04 +01:00