1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware.git synced 2024-10-18 14:35:21 -04:00
nixos-hardware/tuxedo/infinitybook/v4/default.nix

6 lines
51 B
Nix
Raw Normal View History

2020-05-05 18:20:10 -04:00
{
boot.kernelParams = [
"i8042.reset"
];
}