Skip to content

Commit

Permalink
Add InfinityBook v4 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasbeyer authored May 5, 2020
1 parent 4ef357f commit 130560e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions tuxedo/infinitybook/v4/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
boot.kernelParams = [
"i8042.reset"
];
}

0 comments on commit 130560e

Please sign in to comment.