From 35707279b40663e3781d342da557ea76d515d484 Mon Sep 17 00:00:00 2001 From: kenji Date: Sun, 8 Mar 2026 10:15:07 -0500 Subject: [PATCH] fix(asrock): spacing for nct note that this is read-only. the nct6683d did not work --- modules/nixos/asrock-a620i.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nixos/asrock-a620i.nix b/modules/nixos/asrock-a620i.nix index 832ec51..62b1e3a 100644 --- a/modules/nixos/asrock-a620i.nix +++ b/modules/nixos/asrock-a620i.nix @@ -3,6 +3,6 @@ programs.coolercontrol.enable = true; boot.kernelModules = ["nct6683"]; boot.extraModprobeConfig = '' - options nct 6683 force=1 + options nct6683 force=1 ''; -} +} \ No newline at end of file