mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
10 lines
138 B
Nix
10 lines
138 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
../.
|
|
../../../common/cpu/amd
|
|
];
|
|
|
|
boot.kernelPackages = pkgs.linuxPackages_5_2;
|
|
}
|