mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 11:29:42 +01:00
Merge pull request #169 from erikarvstedt/improve-laptop-preset
This commit is contained in:
commit
2f2c2d9ef5
1 changed files with 0 additions and 6 deletions
|
@ -3,11 +3,5 @@
|
||||||
{
|
{
|
||||||
imports = [ ../. ];
|
imports = [ ../. ];
|
||||||
|
|
||||||
# TODO: fix in NixOS/nixpkgs
|
|
||||||
# Disable governor set in hardware-configuration.nix,
|
|
||||||
# required when services.tlp.enable is true:
|
|
||||||
powerManagement.cpuFreqGovernor =
|
|
||||||
lib.mkIf config.services.tlp.enable (lib.mkForce null);
|
|
||||||
|
|
||||||
services.tlp.enable = lib.mkDefault true;
|
services.tlp.enable = lib.mkDefault true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue