Skip to content

Commit e9dcc95

Browse files
committed
Add config file
1 parent 773b491 commit e9dcc95

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)