mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
asus-rog-strix-x570: add nct6775 kernel module for temperature and fan sensor
This commit is contained in:
committed by
mergify[bot]
parent
82975afdfe
commit
10d5e0ecc3
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user