6 lines
51 B
Nix
6 lines
51 B
Nix
|
{
|
||
|
boot.kernelParams = [
|
||
|
"i8042.reset"
|
||
|
];
|
||
|
}
|