mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
inspiron 14 5420: remove TLP
This commit is contained in:
committed by
Jörg Thalheim
parent
ae71259624
commit
a75e04b259
@@ -7,4 +7,7 @@
|
|||||||
### Other Info
|
### Other Info
|
||||||
`fwupd` is used to receive firmware updates from vendors. This device is in its [supported devices list](https://fwupd.org/lvfs/devices/)
|
`fwupd` is used to receive firmware updates from vendors. This device is in its [supported devices list](https://fwupd.org/lvfs/devices/)
|
||||||
|
|
||||||
`thermald` and `tlp` are used to achieve better battery life and better thermal behaviour
|
`thermald` is used to achieve better thermal behaviour
|
||||||
|
|
||||||
|
##### TLP
|
||||||
|
TLP is a battery power optimizer for laptops. You may enable it with `services.tlp.enable = true;`, however, please note that it may conflict with GNOME's power management. Enabling TLP may require additional configurations.
|
||||||
|
|||||||
@@ -18,8 +18,5 @@
|
|||||||
thermald = {
|
thermald = {
|
||||||
enable = lib.mkDefault true;
|
enable = lib.mkDefault true;
|
||||||
};
|
};
|
||||||
tlp = {
|
|
||||||
enable = lib.mkDefault true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user