sisko: fix bluetooth ertm and xpadneo for wireless xbox controller

This commit is contained in:
Felix Albrigtsen 2025-03-11 20:07:34 +01:00
parent b4d85a796a
commit fbfb89280b

View File

@ -9,6 +9,8 @@
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
boot.extraModprobeConfig = "options bluetooth disable_ertm=1"; # Xbox controller
hardware.xpadneo.enable = true;
boot.kernel.sysctl = {
"vm.max_map_count" = 16777216;