Skip to content

Conversation

Quadrubo
Copy link

Description of changes

Adds my laptop lenovo legion 16ahp9.

Things done
  • Tested the changes in your own NixOS Configuration
  • Tested the changes end-to-end by using your fork of nixos-hardware and
    importing it via <nixos-hardware> or Flake input

@Quadrubo Quadrubo force-pushed the feat/add-legion-16ahp9 branch from ac6a8d9 to ed90eba Compare March 11, 2025 14:12
@@ -163,6 +163,7 @@
lenovo-legion-16ach6h-nvidia = import ./lenovo/legion/16ach6h/nvidia;
lenovo-legion-16achg6-hybrid = import ./lenovo/legion/16achg6/hybrid;
lenovo-legion-16achg6-nvidia = import ./lenovo/legion/16achg6/nvidia;
lenovo-legion-16ahp9 = import ./lenovo/legion/16ahp9;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also add this profile to the README.md table.

boot = lib.mkMerge [
(lib.mkIf (lib.versionOlder pkgs.linux.version "6.6") {
kernelPackages = pkgs.linuxPackages_latest;
kernelParams = [ "amdgpu.sg_display=0" ];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In NixOS unstable we have linux 6.12 now by default. Shouldn't be in that case this also exported?

@Mic92 Mic92 marked this pull request as draft April 29, 2025 05:41
@Mic92
Copy link
Member

Mic92 commented Apr 29, 2025

Moved into draft state until the above comments are addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants