add fanconfig to valefar

This commit is contained in:
waveringana 2025-05-30 05:40:12 -04:00
parent 981186a787
commit 752df813bc
No known key found for this signature in database
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
];
}