fix(asrock): spacing for nct
note that this is read-only. the nct6683d did not work
This commit is contained in:
@@ -3,6 +3,6 @@
|
|||||||
programs.coolercontrol.enable = true;
|
programs.coolercontrol.enable = true;
|
||||||
boot.kernelModules = ["nct6683"];
|
boot.kernelModules = ["nct6683"];
|
||||||
boot.extraModprobeConfig = ''
|
boot.extraModprobeConfig = ''
|
||||||
options nct 6683 force=1
|
options nct6683 force=1
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user