From 4ab958cc7aec23c4923fda4ddd44babfd1735377 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 18 May 2025 22:15:13 +0200 Subject: [PATCH] machine/workman: enable power saving --- machines/workman/hardware-configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/machines/workman/hardware-configuration.nix b/machines/workman/hardware-configuration.nix index 0e56bad..31b083a 100644 --- a/machines/workman/hardware-configuration.nix +++ b/machines/workman/hardware-configuration.nix @@ -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;