mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-10 04:59:40 +01:00
15 lines
292 B
Nix
15 lines
292 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
|
||
|
];
|
||
|
|
||
|
# Bluetooth driver for Intel AX200 802.11ax
|
||
|
boot.kernelModules = [ "btintel" ];
|
||
|
}
|