From ee3dda567c01f343ec1035c4afc2d2c5b1616c1f Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 2 Oct 2025 23:38:30 +0200 Subject: [PATCH] feat(skadi): install lact for gpu fan curve. --- hosts/skadi/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/skadi/configuration.nix b/hosts/skadi/configuration.nix index 09c1b32..14dfeb9 100644 --- a/hosts/skadi/configuration.nix +++ b/hosts/skadi/configuration.nix @@ -105,6 +105,9 @@ nvidiaSupport = true; }; + # Setup gpu fan curves + services.lact.enable = true; + # Needed modules to have fan control boot.kernelModules = ["coretemp" "nct6775"];