asus-rog-strix-x570: init

Spec: https://rog.asus.com/motherboards/rog-strix/rog-strix-x570-e-gaming-model/spec/
This commit is contained in:
superherointj
2024-07-18 11:01:12 -03:00
committed by mergify[bot]
parent d8bfbbf614
commit 71b92eab15
3 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# 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" ];
}