Add InfinityBook v4 (#159)

This commit is contained in:
Matthias Beyer 2020-05-06 00:20:10 +02:00 committed by GitHub
parent 4ef357fe8b
commit 130560e553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -79,6 +79,7 @@ See code for all available configurations.
| Supermicro A1SRi-2758F | `<nixos-hardware/supermicro/a1sri-2758f>` |
| Supermicro X10SLL-F | `<nixos-hardware/supermicro/x10sll-f>` |
| [Toshiba Chromebook 2 `swanky`][] | `<nixos-hardware/toshiba/swanky>` |
| [Tuxedo InfinityBook v4][] | `<nixos-hardware/tuxedo/infinitybook/v4>` |
[Acer Aspire 4810T]: acer/aspire/4810t
[Apple MacBook Pro 10,1]: apple/macbook-pro/10-1

View File

@ -0,0 +1,5 @@
{
boot.kernelParams = [
"i8042.reset"
];
}