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

add e470 configuration

This commit is contained in:
Vincent Cui 2020-09-23 08:01:20 +02:00
parent 684eaddf74
commit 338792821a

View File

@ -0,0 +1,11 @@
{ config, lib, pkgs, ... }:
{
imports = [
../.
../../../common/cpu/intel
];
# see https://github.com/NixOS/nixpkgs/issues/69289
boot.kernelPackages = pkgs.linuxPackages_latest;
}