fix(asrock): spacing for nct

note that this is read-only. the nct6683d did not work
This commit is contained in:
kenji
2026-03-08 10:15:07 -05:00
parent 4fb3325326
commit 35707279b4
+1 -1
View File
@@ -3,6 +3,6 @@
programs.coolercontrol.enable = true;
boot.kernelModules = ["nct6683"];
boot.extraModprobeConfig = ''
options nct 6683 force=1
options nct6683 force=1
'';
}