1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-28 07:28:32 +02:00

x13: fix loading psmouse

This commit is contained in:
Jörg Thalheim 2021-12-26 10:15:40 +01:00
parent eafbea9efd
commit b166aab83e

View File

@ -8,5 +8,5 @@
]; ];
# Somehow psmouse does not load automatically on boot for me # Somehow psmouse does not load automatically on boot for me
boot.kernelModules = [ "psmouse" ]; boot.initrd.kernelModules = [ "psmouse" ];
} }