diff --git a/asus/rog-strix/x570e/default.nix b/asus/rog-strix/x570e/default.nix index d8ee657b4..0cd3655ba 100644 --- a/asus/rog-strix/x570e/default.nix +++ b/asus/rog-strix/x570e/default.nix @@ -9,6 +9,8 @@ ../../../common/pc/ssd ]; - # Bluetooth driver for Intel AX200 802.11ax - boot.kernelModules = [ "btintel" ]; + boot.kernelModules = [ + "btintel" # Bluetooth driver for Intel AX200 802.11ax + "nct6775" # Temperature and Fan Sensor for Nuvoton NCT6798D-R + ]; }