1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00
nixos-hardware/tuxedo/infinitybook/v4/default.nix

6 lines
51 B
Nix
Raw Permalink Normal View History

2020-05-06 00:20:10 +02:00
{
boot.kernelParams = [
"i8042.reset"
];
}