Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes
Initial config for the ASUS Zephyrus GA401IV.
ASUS makes different ga401 model laptops. The current
asus/zephyrus/ga401config targets the 2021 GA401 laptops. I use a GA401 laptop from 2020, specificaly the GA401IV.The main difference is that the GA401IV uses an RTX 2060 GPU, while the newer 2021 ga401 laptops use RTX 3060 GPUs. This means
dynamicBoost.enableshould be set to false, as stated in the NVIDIA docs hardware requirements here. I've also imported../../../common/gpu/nvidia/turinginsead of../../../common/gpu/nvidia/amperefor the same reasons.Additionally I've renamed the ga401 entry in readme to include the year, this should make the difference clearer
Things done
nixos-hardwareandimporting it via
<nixos-hardware>or Flake input