feat(skadi): install lact for gpu fan curve.

This commit is contained in:
CronyAkatsuki 2025-10-02 23:38:30 +02:00
parent 6bc996ee7c
commit ee3dda567c

View file

@ -105,6 +105,9 @@
nvidiaSupport = true; nvidiaSupport = true;
}; };
# Setup gpu fan curves
services.lact.enable = true;
# Needed modules to have fan control # Needed modules to have fan control
boot.kernelModules = ["coretemp" "nct6775"]; boot.kernelModules = ["coretemp" "nct6775"];