t14s: add AMD Gen1 model

t14s: fix minimum required kernel version
This commit is contained in:
dadada 2020-10-25 23:16:27 +01:00
parent 81b5488961
commit 04c79afe1c
No known key found for this signature in database
GPG key ID: EEB8D1CE62C4DFEA
5 changed files with 21 additions and 1 deletions

View file

@ -0,0 +1,8 @@
{ config, lib, pkgs, ... }:
{
imports = [
../.
];
}