From 72cff90ae09ee373e46543dec72231335bd11a60 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 15 Jan 2026 14:48:20 -0500 Subject: [PATCH] remove power profile things --- system/common.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/system/common.nix b/system/common.nix index 28a6cd2..7b0f24f 100644 --- a/system/common.nix +++ b/system/common.nix @@ -23,11 +23,6 @@ inputs.nixos-hardware.nixosModules.common-pc-ssd ]; - # use tuned instead of tlp or ppd - services.power-profiles-daemon.enable = false; - services.tlp.enable = false; - services.tuned.enable = true; - # allow overclocking (I actually underclock but lol) hardware.amdgpu.overdrive.ppfeaturemask = "0xFFFFFFFF";