mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-09 03:56:09 +01:00
Add config file
This commit is contained in:
parent
773b49122a
commit
e9dcc95a38
1 changed files with 12 additions and 0 deletions
12
lenovo/thinkpad/p14s/amd/gen5/default.nix
Normal file
12
lenovo/thinkpad/p14s/amd/gen5/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
{ lib, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
../.
|
||||||
|
../../../../../common/cpu/amd/pstate.nix
|
||||||
|
];
|
||||||
|
|
||||||
|
# For the Qualcomm NFA-725A (Device 1103) wireless network controller
|
||||||
|
# See https://bugzilla.redhat.com/show_bug.cgi?id=2047878
|
||||||
|
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.16") pkgs.linuxPackages_latest;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue