Merge pull request #351 from Mic92/x13

x13: fix loading psmouse
This commit is contained in:
Jörg Thalheim 2021-12-26 10:18:00 +00:00 committed by GitHub
commit 2a76e1204f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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