1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 02:53:34 +02:00

Added profile for issues 69289

This commit is contained in:
Luis Hebendanz 2020-02-11 19:42:02 +01:00
parent 6f502bc6e6
commit d75b12a962

View File

@ -0,0 +1,10 @@
{ config, lib, pkgs, ... }:
{
imports = [
../.
../../../common/cpu/amd
];
boot.kernelPackages = pkgs.linuxPackages_5_2;
}