asus-rog-strix-x570: add nct6775 kernel module for temperature and fan sensor

This commit is contained in:
superherointj
2024-09-18 20:58:24 -03:00
committed by mergify[bot]
parent 82975afdfe
commit 10d5e0ecc3

View File

@@ -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
];
}