We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 773b491 commit e9dcc95Copy full SHA for e9dcc95
lenovo/thinkpad/p14s/amd/gen5/default.nix
@@ -0,0 +1,12 @@
1
+{ lib, pkgs, ... }:
2
+
3
+{
4
+ imports = [
5
+ ../.
6
+ ../../../../../common/cpu/amd/pstate.nix
7
+ ];
8
9
+ # For the Qualcomm NFA-725A (Device 1103) wireless network controller
10
+ # See https://bugzilla.redhat.com/show_bug.cgi?id=2047878
11
+ boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.16") pkgs.linuxPackages_latest;
12
+}
0 commit comments