machine/workman: enable power saving

This commit is contained in:
Felix Buehler 2025-05-18 22:15:13 +02:00
parent 9d04073668
commit 4ab958cc7a

View file

@ -8,6 +8,9 @@ in
{
boot.kernelPackages = pkgs.linuxPackages_latest;
services.power-profiles-daemon.enable = true;
services.tlp.enable = false;
my.hardware = {
bluetooth.enable = true;
debug.enable = true;