move(hardware): a620i motherboard nix moved to a new folder.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{pkgs, ...}: {
|
||||
# fan setup
|
||||
programs.coolercontrol.enable = true;
|
||||
boot.kernelModules = ["nct6683"];
|
||||
boot.extraModprobeConfig = ''
|
||||
options nct6683 force=1
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user