From 70f702c6fd33454aebc4a266789fc5bf7e77e960 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Sat, 20 Dec 2025 07:49:56 -0600 Subject: age + other various changes --- hosts/mercury/battery.nix | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'hosts/mercury/battery.nix') diff --git a/hosts/mercury/battery.nix b/hosts/mercury/battery.nix index ff7e59e..d3f2e90 100644 --- a/hosts/mercury/battery.nix +++ b/hosts/mercury/battery.nix @@ -19,25 +19,25 @@ }; }; - # Undervolt - services.undervolt = { - enable = true; - useTimer = false; - # power-limit-long - p1 = { - window = 1; # no clue what this means - limit = 40; - }; + # Undervolt (BROKEN) + # services.undervolt = { + # enable = true; + # useTimer = false; + # # power-limit-long + # p1 = { + # window = 1; # no clue what this means + # limit = 40; + # }; - # power-limit-short - p2 = { - window = 1; - limit = 50; - }; + # # power-limit-short + # p2 = { + # window = 1; + # limit = 50; + # }; - coreOffset = -50; # also applied to cache - gpuOffset = -10; - }; + # coreOffset = -50; # also applied to cache + # gpuOffset = -10; + # }; # environment.systemPackages = with pkgs; [ # undervolt -- cgit v1.3.1