add fanconfig to valefar

This commit is contained in:
waveringana 2025-05-30 05:40:12 -04:00
parent 981186a787
commit 752df813bc
Signed by: waveringana
SSH key fingerprint: SHA256:i9wBeOYE6M0IXu5FqJ2f5moBn/QvA2SNwME+b3DzZFU
3 changed files with 23 additions and 11 deletions

View file

@ -30,4 +30,8 @@
boot.supportedFilesystems = [ "zfs" ];
boot.kernelModules = [ "nct6775" "coretemp" ];
environment.systemPackages = with pkgs; [
lm_sensors
];
}