mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 11:29:42 +01:00
add e470 configuration
This commit is contained in:
parent
684eaddf74
commit
338792821a
1 changed files with 11 additions and 0 deletions
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