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;