add e470 configuration

This commit is contained in:
Vincent Cui 2020-09-23 08:01:20 +02:00
parent 684eaddf74
commit 338792821a
1 changed files with 11 additions and 0 deletions

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;
}