about summary refs log tree commit diff
path: root/hosts/aptos/services.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/aptos/services.nix')
-rw-r--r--hosts/aptos/services.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/aptos/services.nix b/hosts/aptos/services.nix
index a2210e2..5e98947 100644
--- a/hosts/aptos/services.nix
+++ b/hosts/aptos/services.nix
@@ -2,6 +2,12 @@
 let secrets = config.age.secrets;
 in {
   my.services = {
+    # monitors and controls temperature
+    thermald.enable = true;
+
+    # Enable TLP power management
+    tlp.enable = true;
+
     backup = {
       enable = true;
       user = "fcuny";