From 18ad933a1db3a56224a799819176a12e0f5c7237 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Tue, 2 Sep 2025 22:31:39 +0200 Subject: [PATCH] machines/thinkman,workman: move action-on-low-power --- machines/thinkman/hardware-configuration.nix | 1 - machines/workman/hardware-configuration.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/thinkman/hardware-configuration.nix b/machines/thinkman/hardware-configuration.nix index 79c605c..af5463d 100644 --- a/machines/thinkman/hardware-configuration.nix +++ b/machines/thinkman/hardware-configuration.nix @@ -15,7 +15,6 @@ in services.tlp.enable = true; my.hardware = { - action-on-low-power.enable = true; bluetooth.enable = true; debug.enable = true; drive-monitor.enable = true; diff --git a/machines/workman/hardware-configuration.nix b/machines/workman/hardware-configuration.nix index 0e7c6df..b15c33b 100644 --- a/machines/workman/hardware-configuration.nix +++ b/machines/workman/hardware-configuration.nix @@ -24,6 +24,7 @@ in }; my.hardware = { + action-on-low-power.enable = true; bluetooth.enable = true; debug.enable = true; drive-monitor.enable = true;