mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 03:19:42 +01:00
asus-rog-strix-x570: add nct6775 kernel module for temperature and fan sensor
This commit is contained in:
parent
82975afdfe
commit
10d5e0ecc3
1 changed files with 4 additions and 2 deletions
|
@ -9,6 +9,8 @@
|
||||||
../../../common/pc/ssd
|
../../../common/pc/ssd
|
||||||
];
|
];
|
||||||
|
|
||||||
# Bluetooth driver for Intel AX200 802.11ax
|
boot.kernelModules = [
|
||||||
boot.kernelModules = [ "btintel" ];
|
"btintel" # Bluetooth driver for Intel AX200 802.11ax
|
||||||
|
"nct6775" # Temperature and Fan Sensor for Nuvoton NCT6798D-R
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue