1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-21 05:47:22 +02:00

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