1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-10-19 03:17:22 +02:00
nixos-hardware/asus/rog-strix/x570e/default.nix

16 lines
362 B
Nix

# Motherboard: ROG STRIX X570-E GAMING
{ ... }:
{
imports = [
../../../common/cpu/amd
../../../common/cpu/amd/pstate.nix
../../../common/cpu/amd/zenpower.nix
../../../common/pc/ssd
];
boot.kernelModules = [
"btintel" # Bluetooth driver for Intel AX200 802.11ax
"nct6775" # Temperature and Fan Sensor for Nuvoton NCT6798D-R
];
}