about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/tishtushi.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/machines/tishtushi.nix b/machines/tishtushi.nix
index 45f92389..d4e2a0c9 100644
--- a/machines/tishtushi.nix
+++ b/machines/tishtushi.nix
@@ -55,9 +55,7 @@ in {
     device = "/dev/disk/by-uuid/${swapUUID}";
   };
 
-  powerManagement.powerUpCommands = ''
-    ${pkgs.hdparm}/sbin/hdparm -B 254 "/dev/disk/by-id/${diskID}"
-  '';
+  services.tlp.enable = true;
 
   services.xserver.videoDrivers = [ "intel" ];