sisko: fix bluetooth ertm and xpadneo for wireless xbox controller
This commit is contained in:
parent
b4d85a796a
commit
fbfb89280b
@ -9,6 +9,8 @@
|
|||||||
boot.initrd.kernelModules = [ ];
|
boot.initrd.kernelModules = [ ];
|
||||||
boot.kernelModules = [ "kvm-amd" ];
|
boot.kernelModules = [ "kvm-amd" ];
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
boot.extraModprobeConfig = "options bluetooth disable_ertm=1"; # Xbox controller
|
||||||
|
hardware.xpadneo.enable = true;
|
||||||
|
|
||||||
boot.kernel.sysctl = {
|
boot.kernel.sysctl = {
|
||||||
"vm.max_map_count" = 16777216;
|
"vm.max_map_count" = 16777216;
|
||||||
|
Loading…
Reference in New Issue
Block a user