Skip to content
Commit dab7ecc0 authored by Danylo Hlynskyi's avatar Danylo Hlynskyi Committed by Joachim F
Browse files

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?
parent 86b8e28b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment