add e470 configuration
This commit is contained in:
parent
684eaddf74
commit
338792821a
11
lenovo/thinkpad/e470/default.nix
Normal file
11
lenovo/thinkpad/e470/default.nix
Normal 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;
|
||||
}
|
Loading…
Reference in a new issue