Browse Source

Add InfinityBook v4 (#159)

wip-nanopi-m4v2
Matthias Beyer 6 years ago
committed by GitHub
parent
commit
130560e553
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions
  1. +1
    -0
      README.md
  2. +5
    -0
      tuxedo/infinitybook/v4/default.nix

+ 1
- 0
README.md 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


+ 5
- 0
tuxedo/infinitybook/v4/default.nix View File

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

Loading…
Cancel
Save