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"];