Add support for GA402

This commit is contained in:
Alexandre Acebedo
2022-12-03 17:19:05 +01:00
parent 7883883d13
commit e18b759b1b
3 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{ ... }:
{
imports = [
../../../common/cpu/amd
../../../common/cpu/amd/pstate.nix
../../../common/gpu/amd
../../../common/pc/laptop
../../../common/pc/laptop/acpi_call.nix
../../../common/pc/laptop/ssd
];
services = {
asusd.enable = true;
};
boot = {
kernelParams = [ "pcie_aspm.policy=powersupersave" "acpi.prefer_microsoft_dsm_guid=1" ];
};
}