move(hardware): a620i motherboard nix moved to a new folder.

This commit is contained in:
kenji
2026-06-20 11:35:49 -05:00
parent 1e536baee6
commit 807c38d7f3
2 changed files with 1 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
{pkgs, ...}: {
# fan setup
programs.coolercontrol.enable = true;
boot.kernelModules = ["nct6683"];
boot.extraModprobeConfig = ''
options nct6683 force=1
'';
}