From fbfb89280bb31d53d1653c221edf3bff2abcf327 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Tue, 11 Mar 2025 20:07:34 +0100 Subject: [PATCH] sisko: fix bluetooth ertm and xpadneo for wireless xbox controller --- hosts/sisko/hardware-configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/sisko/hardware-configuration.nix b/hosts/sisko/hardware-configuration.nix index 323835c..afdf09a 100644 --- a/hosts/sisko/hardware-configuration.nix +++ b/hosts/sisko/hardware-configuration.nix @@ -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;