nixos-hardware/tuxedo/infinitybook/v4/default.nix
2020-05-05 23:20:10 +01:00

6 lines
51 B
Nix

{
boot.kernelParams = [
"i8042.reset"
];
}