Skip to content

Commit

Permalink
asus/zephyrus/gu605my: fixed architecture and added dynamic boost as …
Browse files Browse the repository at this point in the history
…enabled by default
  • Loading branch information
Relief Melone authored and mergify[bot] committed Sep 9, 2024
1 parent aac7c50 commit cfb3537
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions asus/zephyrus/gu605my/default.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
{ ... }:
{ lib, ... }:

{
imports = [
../../../common/cpu/intel
../../../common/gpu/nvidia/prime.nix
../../../common/gpu/nvidia/ampere
../../../common/gpu/nvidia/ada-lovelace
../../../common/pc/laptop
../../../common/pc/ssd
];

hardware.nvidia.prime = {
intelBusId = "PCI:0:2:0";
nvidiaBusId = "PCI:1:0:0";
hardware.nvidia = {
prime = {
intelBusId = "PCI:0:2:0";
nvidiaBusId = "PCI:1:0:0";
};

dynamicBoost.enable = lib.mkDefault true;
};
}

0 comments on commit cfb3537

Please sign in to comment.